UI update

This commit is contained in:
Serghey Rodin 2015-06-03 02:31:03 +03:00
commit 527e4a9a62
139 changed files with 2046 additions and 124 deletions

View file

@ -4,6 +4,16 @@
<div class="l-sort-toolbar clearfix">
<table>
<tr>
<td class="step-right">
&nbsp;
<?
if($panel[$user]['CRON_REPORTS'] == 'yes') {
echo '<a class="vst" href="/delete/cron/reports/?token='.$_SESSION['token'].'">'.__('turn off notifications').'</a>';
} else {
echo '<a class="vst" href="/add/cron/reports/?token='.$_SESSION['token'].'">'.__('turn on notifications').'</a>';
}
?>
</td>
<td class="l-sort-toolbar__search-box">
<form action="/search/" method="get">
<input type="hidden" name="token" value="<?=$_SESSION['token']?>" />
@ -33,16 +43,6 @@
</div>
<input type="submit" value="" class="l-sort-toolbar__filter-apply" />
</td>
<td>
&nbsp;
<?
if($panel[$user]['CRON_REPORTS'] == 'yes') {
echo '<a class="vst" href="/delete/cron/reports/?token='.$_SESSION['token'].'">'.__('turn off notifications').'</a>';
} else {
echo '<a class="vst" href="/add/cron/reports/?token='.$_SESSION['token'].'">'.__('turn on notifications').'</a>';
}
?>
</td>
</tr>
</table>
</div>