comparison rhodecode/templates/admin/settings/settings.html @ 3654:ec6354949623 beta

Fix a lot of casings - use standard casing in most places
author Mads Kiilerich <madski@unity3d.com>
date Wed, 03 Apr 2013 17:19:47 +0200
parents 1f334a68d057
children 3563bb7b4b82 1e5bb8ed77d6
comparison
equal deleted inserted replaced
3653:4c78a0855a17 3654:ec6354949623
6 </%def> 6 </%def>
7 7
8 <%def name="breadcrumbs_links()"> 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_('Admin'),h.url('admin_home'))} 9 ${h.link_to(_('Admin'),h.url('admin_home'))}
10 &raquo; 10 &raquo;
11 ${_('settings')} 11 ${_('Settings')}
12 </%def> 12 </%def>
13 13
14 <%def name="page_nav()"> 14 <%def name="page_nav()">
15 ${self.menu('admin')} 15 ${self.menu('admin')}
16 </%def> 16 </%def>
265 </div> 265 </div>
266 <div class="input"> 266 <div class="input">
267 ${h.text('paths_root_path',size=30,readonly="readonly")} 267 ${h.text('paths_root_path',size=30,readonly="readonly")}
268 <span id="path_unlock" class="tooltip" 268 <span id="path_unlock" class="tooltip"
269 title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}"> 269 title="${h.tooltip(_('This a crucial application setting. If you are really sure you need to change this, you must restart application in order to make this setting take effect. Click this label to unlock.'))}">
270 ${_('unlock')} 270 ${_('Unlock')}
271 </span> 271 </span>
272 <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span> 272 <span class="help-block">${_('Location where repositories are stored. After changing this value a restart, and rescan is required')}</span>
273 </div> 273 </div>
274 </div> 274 </div>
275 275