// new layout page stats, substitute fieldset by div, legend by h2, delete stylesheet on html
This commit is contained in:
@@ -24,21 +24,15 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
<div style="float:left">
|
||||
<div id="statsContainer">
|
||||
<div id="calendar">
|
||||
<fieldset style="width:230px; font-size:13px;">
|
||||
<legend>
|
||||
<img src="../img/admin/date.png" />
|
||||
{$translations.Calendar}
|
||||
</legend>
|
||||
<div>
|
||||
<form action="{$current}&token={$token}{if $action && $table}&{$action}{$table}{/if}{if $identifier && $id}&{$identifier}={$id}{/if}" method="post" id="calendar_form" name="calendar_form">
|
||||
<input type="submit" name="submitDateDay" class="button" value="{$translations.Day}">
|
||||
<input type="submit" name="submitDateMonth" class="button" value="{$translations.Month}">
|
||||
<input type="submit" name="submitDateYear" class="button" value="{$translations.Year}"><br />
|
||||
<input type="submit" name="submitDateDayPrev" class="button" value="{$translations.Day}-1" style="margin-top:2px">
|
||||
<input type="submit" name="submitDateMonthPrev" class="button" value="{$translations.Month}-1" style="margin-top:2px">
|
||||
<input type="submit" name="submitDateYearPrev" class="button" value="{$translations.Year}-1" style="margin-top:2px">
|
||||
<input type="submit" name="submitDateYear" class="button" value="{$translations.Year}">
|
||||
<input type="submit" name="submitDateDayPrev" class="button" value="{$translations.Day}-1">
|
||||
<input type="submit" name="submitDateMonthPrev" class="button" value="{$translations.Month}-1">
|
||||
<input type="submit" name="submitDateYearPrev" class="button" value="{$translations.Year}-1">
|
||||
<p>{if isset($translations.From)}{$translations.From}{else}{l s='From:'}{/if}
|
||||
<input type="text" name="datepickerFrom" id="datepickerFrom" value="{$datepickerFrom}" class="datepicker">
|
||||
</p>
|
||||
@@ -58,8 +52,4 @@
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
||||
</div>
|
||||
</fieldset>
|
||||
<div class="clear space"> </div>
|
||||
</div>
|
||||
@@ -23,25 +23,22 @@
|
||||
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
<fieldset style="width:230px">
|
||||
<legend>
|
||||
<img src="../img/admin/navigation.png" /> {l s='Navigation'}
|
||||
</legend>
|
||||
<div id="container">
|
||||
<div class="sidebar navigation">
|
||||
<h3>{l s='Navigation'}</h3>
|
||||
<ul class="categorieList">
|
||||
{if count($modules)}
|
||||
{foreach $modules as $module}
|
||||
{if $module_instance[$module.name]}
|
||||
<h4>
|
||||
<img src="../modules/{$module.name}/logo.gif" />
|
||||
<li>
|
||||
<a href="{$current}&token={$token}&module={$module.name}">{$module_instance[$module.name]->displayName}</a>
|
||||
</h4>
|
||||
</li>
|
||||
{/if}
|
||||
{/foreach}
|
||||
{else}
|
||||
{l s='No module installed'}
|
||||
{/if}
|
||||
</fieldset>
|
||||
<div class="clear space"> </div>
|
||||
</div>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
* International Registered Trademark & Property of PrestaShop SA
|
||||
*}
|
||||
|
||||
<div style="margin-left:280px;">
|
||||
<div>
|
||||
{if $module_name}
|
||||
{if $module_instance && $module_instance->active}
|
||||
{$hook}
|
||||
@@ -35,5 +35,7 @@
|
||||
<h3 class="space">{l s='Please select a module in the left column.'}</h3>
|
||||
{/if}
|
||||
</div>
|
||||
<div class="clear"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user