Working : Update to bootstrap3
This commit is contained in:
@@ -16,11 +16,11 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<section class="row-fluid">
|
<section class="row">
|
||||||
<div class="span12 general-block-decorator">
|
<div class="col-md-12 general-block-decorator">
|
||||||
{loop type="coupon" name="read_coupon" id=1 backend_context="true"}
|
{loop type="coupon" name="read_coupon" id=1 backend_context="true"}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<span class="icon-question-sign"></span>
|
<span class="glyphicon glyphicon-question-sign"></span>
|
||||||
{if #IS_ENABLED}{else}This coupon is disabled, you can enable to the bottom of this form.{/if}
|
{if #IS_ENABLED}{else}This coupon is disabled, you can enable to the bottom of this form.{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Conditions of application</td>
|
<td>Conditions of application</td>
|
||||||
<td>
|
<td>
|
||||||
<ul class="unstyled">
|
<ul class="list-unstyled">
|
||||||
<li>Total cart supperior to 400 €</li>
|
<li>Total cart supperior to 400 €</li>
|
||||||
<li><span class="label label-info">OR</span></li>
|
<li><span class="label label-info">OR</span></li>
|
||||||
<li>At least 4 products</li>
|
<li>At least 4 products</li>
|
||||||
@@ -101,8 +101,8 @@
|
|||||||
<tr>
|
<tr>
|
||||||
<td>Actions</td>
|
<td>Actions</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="#url" class="btn btn-primary btn-medium"><span class="icon-edit icon-white"></span> Edit</a>
|
<a href="#url" class="btn btn-default btn-primary btn-medium"><span class="icon-edit icon-white"></span> Edit</a>
|
||||||
<a href="#url" class="btn btn-success btn-medium" data-toggle="confirm" data-target="#enable"><span class="icon-ok icon-white"></span> Enabled</a>
|
<a href="#url" class="btn btn-default btn-success btn-medium" data-toggle="confirm" data-target="#enable"><span class="glyphicon glyphicon-ok"></span> Enabled</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
@@ -111,9 +111,10 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</section> <!-- #wrapper -->
|
</section> <!-- #wrapper -->
|
||||||
{/block}
|
|
||||||
|
|
||||||
{include file='includes/confirmation-modal.html'}
|
{include file='includes/confirmation-modal.html' id="enable" message="{intl l='Do you really want to enable this element ?'}"}
|
||||||
|
|
||||||
|
{/block}
|
||||||
|
|
||||||
{block name="javascript-initialization"}
|
{block name="javascript-initialization"}
|
||||||
{javascripts file='assets/js/main.js'}
|
{javascripts file='assets/js/main.js'}
|
||||||
|
|||||||
Reference in New Issue
Block a user