diff rhodecode/templates/summary/summary.html @ 3286:e267b8e91db3 beta

summary: show "Show by ID" toggler after the clone url It looked like something important ... but most users don't need it.
author Mads Kiilerich <madski@unity3d.com>
date Wed, 30 Jan 2013 18:34:29 +0100
parents 6aae03fa3fee
children 2e618376cef8
line wrap: on
line diff
--- a/rhodecode/templates/summary/summary.html	Wed Jan 30 18:32:54 2013 +0100
+++ b/rhodecode/templates/summary/summary.html	Wed Jan 30 18:34:29 2013 +0100
@@ -145,10 +145,10 @@
                   <label>${_('Clone url')}:</label>
               </div>
               <div class="input ${summary(c.show_stats)}">
-                  <div  style="display:none" id="clone_by_name" class="ui-btn clone">${_('Show by Name')}</div>
+                  <input style="width:80%" type="text" id="clone_url" readonly="readonly" value="${c.clone_repo_url}"/>
+                  <input style="display:none;width:80%" type="text" id="clone_url_id" readonly="readonly" value="${c.clone_repo_url_id}"/>
+                  <div style="display:none" id="clone_by_name" class="ui-btn clone">${_('Show by Name')}</div>
                   <div id="clone_by_id" class="ui-btn clone">${_('Show by ID')}</div>
-                  <input style="width:80%;margin-left:105px" type="text" id="clone_url" readonly="readonly" value="${c.clone_repo_url}"/>
-                  <input style="display:none;width:80%;margin-left:105px" type="text" id="clone_url_id" readonly="readonly" value="${c.clone_repo_url_id}"/>
               </div>
              </div>