// some W3C fixs

This commit is contained in:
Kevin Granger
2013-11-01 17:25:18 +01:00
parent 1bcb8d5c82
commit 84be298dc5
2 changed files with 14 additions and 15 deletions
+12 -12
View File
@@ -131,9 +131,9 @@
</a>
<div class="dropdown-menu notifs_dropdown">
<section id="orders_notif_wrapper" class="notifs_panel">
<header class="notifs_panel_header">
<div class="notifs_panel_header">
<h3>{l s='Latest Orders'}</h3>
</header>
</div>
<div id="list_orders_notif" class="list-group">
<a href="#" class="media list-group-item no_notifs">
<span class="pull-left">
@@ -144,9 +144,9 @@
</span>
</a>
</div>
<footer class="notifs_panel_footer">
<div class="notifs_panel_footer">
<a href="index.php?controller=AdminOrders&amp;token={getAdminToken tab='AdminOrders'}">{l s='Show all orders'}</a>
</footer>
</div>
</section>
</div>
</li>
@@ -161,9 +161,9 @@
</a>
<div class="dropdown-menu notifs_dropdown">
<section id="customers_notif_wrapper" class="notifs_panel">
<header class="notifs_panel_header">
<div class="notifs_panel_header">
<h3>{l s='Latest Registrations'}</h3>
</header>
</div>
<div id="list_customers_notif" class="list-group">
<a href="#" class="media list-group-item no_notifs">
<span class="pull-left">
@@ -174,9 +174,9 @@
</span>
</a>
</div>
<footer class="panel-footer">
<div class="panel-footer">
<a href="index.php?controller=AdminCustomers&amp;token={getAdminToken tab='AdminCustomers'}">{l s='Show all customers'}</a>
</footer>
</div>
</section>
</div>
</li>
@@ -191,9 +191,9 @@
</a>
<div class="dropdown-menu notifs_dropdown">
<section id="customer_messages_notif_wrapper" class="notifs_panel">
<header class="notifs_panel_header">
<div class="notifs_panel_header">
<h3>{l s='Latest Messages'}</h3>
</header>
</div>
<div id="list_orders_notif" class="list-group">
<a href="#" class="media list-group-item no_notifs">
<span class="pull-left">
@@ -204,9 +204,9 @@
</span>
</a>
</div>
<footer class="panel-footer text-small">
<div class="panel-footer text-small">
<a href="index.php?tab=AdminCustomerThreads&amp;token={getAdminToken tab='AdminCustomerThreads'}">{l s='Show all messages'}</a>
</footer>
</div>
</section>
</div>
</li>
@@ -74,7 +74,7 @@
<div class="alert alert-warning" id="{$list_id}-empty-filters-alert" style="display:none;">{l s='Please fill at least one field to perform a search in this list.'}</div>
{block name="startForm"}
<form method="post" action="{$action}" class="form-horizontal">
<form method="post" action="{$action}" class="form-horizontal clearfix">
{/block}
{if !$simple_header}
<input type="hidden" id="submitFilter{$list_id}" name="submitFilter{$list_id}" value="0"/>
@@ -181,7 +181,6 @@
{/if}
<div class="table-responsive clearfix{if isset($use_overflow) && $use_overflow} overflow-y{/if}">
<table
name="list_table"
{if $table_id} id={$table_id}{/if}
class="table {if $table_dnd}tableDnD{/if} {$table}"
>
@@ -222,8 +221,8 @@
<a {if isset($order_by) && ($key == $order_by) && ($order_way == 'ASC')}class="active"{/if} href="{$currentIndex}&{$list_id}Orderby={$key|urlencode}&{$list_id}Orderway=asc&token={$token}{if isset($smarty.get.$identifier)}&{$identifier}={$smarty.get.$identifier|intval}{/if}">
<i class="icon-caret-up"></i>
</a>
{/if}
</span>
{/if}
</th>
{/foreach}
{if $shop_link_type}