comparison rhodecode/templates/admin/repos/repo_edit.html @ 3084:2ec4a2a53167 beta

added delete button into repository settings form, it makes more natural to have it there. Users where confused by my account -> my repos where deletion is also possible
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 11 Dec 2012 00:02:23 +0100
parents 7297ffb60900
children 0c3fa09671cd
comparison
equal deleted inserted replaced
3083:98e8fd2d55b6 3084:2ec4a2a53167
278 ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")} 278 ${h.submit('remove_%s' % c.repo_info.repo_name,_('Remove this repository'),class_="ui-btn red",onclick="return confirm('"+_('Confirm to delete this repository')+"');")}
279 </div> 279 </div>
280 <div class="field" style="border:none;color:#888"> 280 <div class="field" style="border:none;color:#888">
281 <ul> 281 <ul>
282 <li>${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems. 282 <li>${_('''This repository will be renamed in a special way in order to be unaccesible for RhodeCode and VCS systems.
283 If you need fully delete it from filesystem please do it manually''')} 283 If you need fully delete it from file system please do it manually''')}
284 </li> 284 </li>
285 </ul> 285 </ul>
286 </div> 286 </div>
287 </div> 287 </div>
288 ${h.end_form()} 288 ${h.end_form()}