WIP
Refonte et mise en place du minibrowser
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<div class="control-group">
|
||||
<div class="control-group span6">
|
||||
<label for="operator">Operator :</label>
|
||||
<div class="controls">
|
||||
<select name="operator" id="operator">
|
||||
@@ -244,21 +244,15 @@
|
||||
</select>
|
||||
<input type="text" name="value" class="input-mini">
|
||||
|
||||
<table class="table-bordered">
|
||||
<table class="table table-bordered">
|
||||
<tr>
|
||||
<td colspan="2" id="fastBrowser_breadcrumb"></td>
|
||||
<td id="minibrowser-breadcrumb"></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th class="span6">
|
||||
<?php echo trad('categories_list', 'admin'); ?>
|
||||
</th>
|
||||
<th class="span6">
|
||||
<?php echo trad('products_list', 'admin'); ?>
|
||||
</th>
|
||||
<th><span class="icon-th-list"></span> Categories list</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td id="fastBrowser_categories"></td>
|
||||
<td id="fastBrowser_products"></td>
|
||||
<td id="minibrowser-categories"></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user