Cosmetic fixes in css admin
This commit is contained in:
parent
7e34e37ced
commit
b2f2b215e5
6 changed files with 107 additions and 76 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<%def name="check_required(required)">
|
||||
% if required:
|
||||
${'*'}
|
||||
${'*'} \
|
||||
% endif
|
||||
</%def>
|
||||
<div class="form">
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
<p><a href="${admin.url}">${lang('common', 'home', 'Home')}</a> >>
|
||||
% if id!='0':
|
||||
${title_edit}
|
||||
<p><a href="${admin.url}">${lang('common', 'home', 'Home')}</a> >> \
|
||||
% 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>
|
||||
|
|
|
|||
|
|
@ -53,5 +53,5 @@
|
|||
% endfor
|
||||
</table>
|
||||
<p>
|
||||
${pages|n}
|
||||
${lang('common', 'pages', 'Pages')}: ${pages|n}
|
||||
</p>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue