Cosmetic fixes in css admin

This commit is contained in:
Antonio de la Rosa 2016-07-06 02:49:20 +02:00
parent 7e34e37ced
commit b2f2b215e5
6 changed files with 107 additions and 76 deletions

View file

@ -1,6 +1,6 @@
<%def name="check_required(required)">
% if required:
${'*'}
${'*'} \
% endif
</%def>
<div class="form">

View file

@ -1,4 +1,4 @@
${show_flash_message()|n}
<h1>${admin.title}</h1>
<a href="${add_get_parameters(admin.url, op_admin='1')}">${lang('common', 'add_item', 'Add new item')}</a>
<!--<h1>${admin.title}</h1>-->
<p><a href="${add_get_parameters(admin.url, op_admin='1')}">${lang('common', 'add_item', 'Add new item')}</a></p>
${admin.list.show()|n}

View file

@ -1,8 +1,8 @@
<p><a href="${admin.url}">${lang('common', 'home', 'Home')}</a> &gt;&gt;
% if id!='0':
${title_edit}
<p><a href="${admin.url}">${lang('common', 'home', 'Home')}</a> &gt;&gt; \
% if id!='0':
${title_edit} \
%else:
${title_edit}
${title_edit} \
%endif
</p>
<form method="post" action="${add_get_parameters(admin.url, op_admin=2, id=id)}">
@ -10,4 +10,4 @@
<span class="error">${model.query_error}</span>
${ form|n }
<p><input type="submit" value="${lang('common', 'send', 'Send') }"></p>
</form>
</form>

View file

@ -53,5 +53,5 @@
% endfor
</table>
<p>
${pages|n}
${lang('common', 'pages', 'Pages')}: ${pages|n}
</p>