comparison pylons_app/templates/admin/repos/repo_add.html @ 182:11e8eb5a92e3

new way of menu generation for base, and all admin pages
author Marcin Kuzminski <marcin@python-works.com>
date Fri, 21 May 2010 23:51:02 +0200
parents fec7d0707e72
children c8162373f214
comparison
equal deleted inserted replaced
181:55c875d8608b 182:11e8eb5a92e3
9 ${h.link_to(u'Admin',h.url('admin_home'))} 9 ${h.link_to(u'Admin',h.url('admin_home'))}
10 / 10 /
11 </%def> 11 </%def>
12 12
13 <%def name="page_nav()"> 13 <%def name="page_nav()">
14 <ul class="page-nav"> 14 ${self.menu('admin')}
15 <li>${h.link_to(u'Home',h.url('/'))}</li>
16 <li class="current">${_('Admin')}</li>
17 </ul>
18 </%def> 15 </%def>
19 16
20 <%def name="main()"> 17 <%def name="main()">
21 <table cellspacing="0"> 18 <table cellspacing="0">
22 <tr> 19 <tr>