// update advanced parameters

This commit is contained in:
Sarah Lorenzini
2013-08-02 15:10:58 +02:00
parent b34acf74f2
commit 142006e69a
17 changed files with 323 additions and 254 deletions
@@ -26,20 +26,21 @@
{extends file="helpers/form/form.tpl"}
{block name="after"}
<br />
<fieldset>
<legend>{l s='List of MySQL Tables:'}</legend>
<div id="selectTables" style="float:left;width:200px">
<fieldset class="col-lg-12">
<h3>
<i class="icon-list"></i>
{l s='List of MySQL Tables:'}
</h3>
<div id="selectTables">
<select id="table" size="10">
{foreach $tables as $table}
<option value="{$table}">{$table}</option>
{/foreach}
</select><br />
</select>
<input type="button" id="add_table" value="{l s='Add table'}" />
</div>
<div id="listAttributes" style="width:300px;margin-left:250px"></div>
<div id="listAttributes"></div>
</fieldset>
{/block}
@@ -23,4 +23,6 @@
* International Registered Trademark & Property of PrestaShop SA
*}
<a href="{$href}">
<img src="../img/admin/export.gif" alt="{$action}" title="{$action}" /></a>
<i class="icon-upload"></i>
{$action}
</a>