comparison rhodecode/templates/base/root.html @ 4064:afe7c5e63aaf

UX: require confirmation of revoking permissions on repos/user groups/repo groups. We don't want people to click on this accidentally.
author Marcin Kuzminski <marcin@python-works.com>
date Sat, 29 Jun 2013 21:36:01 +0200
parents 636ff0369986
children ffd45b185016
comparison
equal deleted inserted replaced
4063:3dba79ad5036 4064:afe7c5e63aaf
55 'Show selected changesets __S -> __E': "${_('Show selected changesets __S -> __E')}", 55 'Show selected changesets __S -> __E': "${_('Show selected changesets __S -> __E')}",
56 'Show selected changeset __S': "${_('Show selected changeset __S')}", 56 'Show selected changeset __S': "${_('Show selected changeset __S')}",
57 'Selection link': "${_('Selection link')}", 57 'Selection link': "${_('Selection link')}",
58 'Collapse diff': "${_('Collapse diff')}", 58 'Collapse diff': "${_('Collapse diff')}",
59 'Expand diff': "${_('Expand diff')}", 59 'Expand diff': "${_('Expand diff')}",
60 'Failed to revoke permission': "${_('Failed to revoke permission')}" 60 'Failed to revoke permission': "${_('Failed to revoke permission')}",
61 'Confirm to revoke permission for {0}: {1} ?': "${_('confirm to revoke permission for {0}: {1} ?')}",
61 }; 62 };
62 var _TM = TRANSLATION_MAP; 63 var _TM = TRANSLATION_MAP;
63 64
64 var TOGGLE_FOLLOW_URL = "${h.url('toggle_following')}"; 65 var TOGGLE_FOLLOW_URL = "${h.url('toggle_following')}";
65 66