comparison rhodecode/templates/admin/users/user_add.html @ 619:a1ec653f5f95

#38 updated RhodeCode titles
author Marcin Kuzminski <marcin@python-works.com>
date Mon, 18 Oct 2010 23:51:37 +0200
parents ff15232ce9d2
children 7a6c971a5f0e
comparison
equal deleted inserted replaced
618:b94f448df418 619:a1ec653f5f95
1 ## -*- coding: utf-8 -*- 1 ## -*- coding: utf-8 -*-
2 <%inherit file="/base/base.html"/> 2 <%inherit file="/base/base.html"/>
3 3
4 <%def name="title()"> 4 <%def name="title()">
5 ${_('User administration')} 5 ${_('Add user')} - ${c.rhodecode_name}
6 </%def> 6 </%def>
7 <%def name="breadcrumbs_links()"> 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_('Admin'),h.url('admin_home'))} 8 ${h.link_to(_('Admin'),h.url('admin_home'))}
9 &raquo; 9 &raquo;
10 ${h.link_to(_('Users'),h.url('users'))} 10 ${h.link_to(_('Users'),h.url('users'))}