diff --git a/rhodecode/public/css/buttons.less b/rhodecode/public/css/buttons.less --- a/rhodecode/public/css/buttons.less +++ b/rhodecode/public/css/buttons.less @@ -53,7 +53,7 @@ input[type="button"] { .border ( @border-thickness, @grey4 ); } - .icon-remove-sign { + .icon-remove { display: none; } diff --git a/rhodecode/public/css/ipython.less b/rhodecode/public/css/ipython.less --- a/rhodecode/public/css/ipython.less +++ b/rhodecode/public/css/ipython.less @@ -536,7 +536,7 @@ th { .glyphicon-minus-sign:before { content: "\e082"; } -.glyphicon-remove-sign:before { +.glyphicon-remove:before { content: "\e083"; } .glyphicon-ok-sign:before { diff --git a/rhodecode/templates/admin/repos/repo_add_base.mako b/rhodecode/templates/admin/repos/repo_add_base.mako --- a/rhodecode/templates/admin/repos/repo_add_base.mako +++ b/rhodecode/templates/admin/repos/repo_add_base.mako @@ -11,7 +11,7 @@
${h.text('repo_name', class_="medium")}
- ${_('Import Existing Repository ?')} + ${_('Import Existing Repository ?')}
%if not c.rhodecode_user.is_admin: ${h.hidden('user_created',True)} diff --git a/rhodecode/templates/admin/repos/repo_edit_advanced.mako b/rhodecode/templates/admin/repos/repo_edit_advanced.mako --- a/rhodecode/templates/admin/repos/repo_edit_advanced.mako +++ b/rhodecode/templates/admin/repos/repo_edit_advanced.mako @@ -161,7 +161,7 @@
@@ -217,7 +217,7 @@
diff --git a/rhodecode/templates/admin/repos/repo_edit_settings.mako b/rhodecode/templates/admin/repos/repo_edit_settings.mako --- a/rhodecode/templates/admin/repos/repo_edit_settings.mako +++ b/rhodecode/templates/admin/repos/repo_edit_settings.mako @@ -57,7 +57,7 @@ % if not c.form['repo_clone_uri'].error:
${c.rhodecode_db_repo.clone_uri_hidden} - ${_('edit')} + ${_('edit')}
% endif @@ -99,7 +99,7 @@ % if not c.form['repo_push_uri'].error:
${c.rhodecode_db_repo.push_uri_hidden} - ${_('edit')} + ${_('edit')}
% endif diff --git a/rhodecode/templates/admin/settings/settings_exceptions.mako b/rhodecode/templates/admin/settings/settings_exceptions.mako --- a/rhodecode/templates/admin/settings/settings_exceptions.mako +++ b/rhodecode/templates/admin/settings/settings_exceptions.mako @@ -27,7 +27,7 @@
diff --git a/rhodecode/templates/admin/settings/settings_exceptions_browse.mako b/rhodecode/templates/admin/settings/settings_exceptions_browse.mako --- a/rhodecode/templates/admin/settings/settings_exceptions_browse.mako +++ b/rhodecode/templates/admin/settings/settings_exceptions_browse.mako @@ -17,7 +17,7 @@
${h.end_form()} diff --git a/rhodecode/templates/admin/user_groups/user_group_edit_settings.mako b/rhodecode/templates/admin/user_groups/user_group_edit_settings.mako --- a/rhodecode/templates/admin/user_groups/user_group_edit_settings.mako +++ b/rhodecode/templates/admin/user_groups/user_group_edit_settings.mako @@ -86,7 +86,7 @@
- +
@@ -155,7 +155,7 @@ ''+ ''+ '
'+ - ''+ + ''+ '
'+ ''+ '').format(gravatar, userLink, username, diff --git a/rhodecode/templates/codeblocks/diffs.mako b/rhodecode/templates/codeblocks/diffs.mako --- a/rhodecode/templates/codeblocks/diffs.mako +++ b/rhodecode/templates/codeblocks/diffs.mako @@ -556,7 +556,7 @@ def get_comments_for(diff_type, comments %if line_old_comments: <% has_outdated = any([x.outdated for x in line_old_comments]) %> % if has_outdated: - + % else: % endif @@ -599,7 +599,7 @@ def get_comments_for(diff_type, comments %if line_new_comments: <% has_outdated = any([x.outdated for x in line_new_comments]) %> % if has_outdated: - + % else: % endif @@ -655,7 +655,7 @@ def get_comments_for(diff_type, comments % if comments: <% has_outdated = any([x.outdated for x in comments]) %> % if has_outdated: - + % else: % endif diff --git a/rhodecode/templates/data_table/_dt_elements.mako b/rhodecode/templates/data_table/_dt_elements.mako --- a/rhodecode/templates/data_table/_dt_elements.mako +++ b/rhodecode/templates/data_table/_dt_elements.mako @@ -165,7 +165,8 @@
- Edit + Edit +
${h.secure_form(h.route_path('edit_repo_advanced_delete', repo_name=repo_name), request=request)} @@ -252,7 +253,8 @@ <%def name="user_actions(user_id, username)">
- ${_('Edit')} + ${_('Edit')} +
${h.secure_form(h.route_path('user_delete', user_id=user_id), request=request)} diff --git a/rhodecode/templates/debug_style/code-block.html b/rhodecode/templates/debug_style/code-block.html --- a/rhodecode/templates/debug_style/code-block.html +++ b/rhodecode/templates/debug_style/code-block.html @@ -470,7 +470,7 @@ annotation raw - download + download edit @@ -648,7 +648,7 @@ File Edit source raw - download + download
diff --git a/rhodecode/templates/debug_style/collapsable-content.html b/rhodecode/templates/debug_style/collapsable-content.html --- a/rhodecode/templates/debug_style/collapsable-content.html +++ b/rhodecode/templates/debug_style/collapsable-content.html @@ -150,7 +150,7 @@
  • diff --git a/rhodecode/templates/debug_style/form-elements-small.html b/rhodecode/templates/debug_style/form-elements-small.html --- a/rhodecode/templates/debug_style/form-elements-small.html +++ b/rhodecode/templates/debug_style/form-elements-small.html @@ -250,7 +250,7 @@
    - + delete diff --git a/rhodecode/templates/debug_style/form-elements.html b/rhodecode/templates/debug_style/form-elements.html --- a/rhodecode/templates/debug_style/form-elements.html +++ b/rhodecode/templates/debug_style/form-elements.html @@ -42,7 +42,7 @@
    http://something.example.com - ${_('edit')} + ${_('edit')}

    Help text in a paragraph.

    @@ -339,7 +339,7 @@
    - + delete diff --git a/rhodecode/templates/debug_style/tables-wide.html b/rhodecode/templates/debug_style/tables-wide.html --- a/rhodecode/templates/debug_style/tables-wide.html +++ b/rhodecode/templates/debug_style/tables-wide.html @@ -47,7 +47,6 @@ @@ -59,7 +58,7 @@
    - +
    @@ -74,7 +73,6 @@ @@ -86,7 +84,7 @@
    - +
    @@ -101,7 +99,6 @@ @@ -113,7 +110,7 @@
    - +
  • diff --git a/rhodecode/templates/debug_style/tables.html b/rhodecode/templates/debug_style/tables.html --- a/rhodecode/templates/debug_style/tables.html +++ b/rhodecode/templates/debug_style/tables.html @@ -236,11 +236,12 @@
    - Edit + Edit +
    - +
    diff --git a/rhodecode/templates/ejs_templates/templates.html b/rhodecode/templates/ejs_templates/templates.html --- a/rhodecode/templates/ejs_templates/templates.html +++ b/rhodecode/templates/ejs_templates/templates.html @@ -104,12 +104,12 @@ var CG = new ColorGenerator(); <% if (mandatory) { %>
    - +
    <% } else { %> <% if (allowed_to_update) { %>
    - +
    <% } %> <% } %> diff --git a/rhodecode/templates/summary/components.mako b/rhodecode/templates/summary/components.mako --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -186,7 +186,7 @@ % else: - tip.zip + tip.zip ## replaced by some JS on select diff --git a/rhodecode/templates/summary/summary.mako b/rhodecode/templates/summary/summary.mako --- a/rhodecode/templates/summary/summary.mako +++ b/rhodecode/templates/summary/summary.mako @@ -90,7 +90,7 @@ var fname = e.added.raw_id + ext; var href = pyroutes.url('repo_archivefile', {'repo_name': templateContext.repo_name, 'fname':fname}); // set new label - $('#archive_link').html(' {0}{1}'.format(escapeHtml(e.added.text), ext)); + $('#archive_link').html('{0}{1}'.format(escapeHtml(e.added.text), ext)); // set new url to button, $('#archive_link').attr('href', href)