##// END OF EJS Templates
Fixing missing icons....
Leonardo -
r3532:9e677f6d beta
parent child Browse files
Show More
@@ -28,6 +28,9 b''
28 28 #context-bar a.ldap { background-image: url("../images/icons/server_key.png"); }
29 29 #context-bar a.defaults { background-image: url("../images/icons/wrench.png"); }
30 30 #context-bar a.settings { background-image: url("../images/icons/cog_edit.png"); }
31 #context-bar a.compare_request { background-image: url('../images/icons/arrow_inout.png')}
32 #context-bar a.locking_del { background-image: url('../images/icons/lock_delete.png')}
33 #context-bar a.locking_add { background-image: url('../images/icons/lock_add.png')}
31 34
32 35 #content #context-bar {
33 36 position: relative;
@@ -1876,11 +1876,11 b' div.form div.fields div.field div.button'
1876 1876 border-top: none;
1877 1877 }
1878 1878
1879 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
1880 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')}
1881 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')}
1882 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')}
1883 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
1879 #summary-menu-stats a.followers { background-image: url('../images/icons/heart.png')}
1880 #summary-menu-stats a.forks { background-image: url('../images/icons/arrow_divide.png')}
1881 #summary-menu-stats a.settings { background-image: url('../images/icons/cog_edit.png')}
1882 #summary-menu-stats a.feed { background-image: url('../images/icons/rss_16.png')}
1883 #summary-menu-stats a.repo-size { background-image: url('../images/icons/server.png')}
1884 1884
1885 1885 #summary-menu-stats a {
1886 1886 display: block;
@@ -6,11 +6,7 b''
6 6 </%def>
7 7
8 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
12 &raquo;
13 ${_('edit')}
9 ${_('Edit Repository Settings')}
14 10 </%def>
15 11
16 12 <%def name="page_nav()">
@@ -104,7 +104,7 b''
104 104 <!--- CONTEXT BAR -->
105 105 <div id="context-bar" class="box">
106 106 <div id="context-top">
107 <div id= "breadcrumbs">
107 <div id="breadcrumbs">
108 108 ${h.link_to(_(u'Repositories'),h.url('home'))}
109 109 »
110 110 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
@@ -143,7 +143,7 b''
143 143 <li><a href="#">${_('loading...')}</a></li>
144 144 </ul>
145 145 </li>
146 <li ${is_current('options')}>
146 <li ${is_current('options')}>
147 147 <a href="#" class="dropdown options"></span>Options</a>
148 148 <ul>
149 149 %if h.HasRepoPermissionAll('repository.admin')(c.repo_name):
@@ -8,11 +8,7 b''
8 8
9 9 <%def name="breadcrumbs_links()">
10 10 <input class="q_filter_box" id="q_filter_bookmarks" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
11 ${h.link_to(_(u'Home'),h.url('/'))}
12 &raquo;
13 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
14 &raquo;
15 ${_('bookmarks')}
11 ${_('Bookmarks')}
16 12 </%def>
17 13
18 14 <%def name="page_nav()">
@@ -7,11 +7,7 b''
7 7
8 8 <%def name="breadcrumbs_links()">
9 9 <input class="q_filter_box" id="q_filter_branches" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo;
12 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
13 &raquo;
14 ${_('branches')}
10 ${_('Branches')}
15 11 </%def>
16 12
17 13 <%def name="page_nav()">
@@ -7,12 +7,8 b''
7 7 </%def>
8 8
9 9 <%def name="breadcrumbs_links()">
10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo;
12 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
13 &raquo;
14 10 <% size = c.size if c.size <= c.total_cs else c.total_cs %>
15 ${_('changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)}
11 ${_('Changelog')} - ${ungettext('showing %d out of %d revision', 'showing %d out of %d revisions', size) % (size, c.total_cs)}
16 12 </%def>
17 13
18 14 <%def name="page_nav()">
@@ -5,11 +5,7 b''
5 5 </%def>
6 6
7 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
10 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
11 &raquo;
12 ${_('files')}
8 ${_('Files')}
13 9 %if c.file:
14 10 @ r${c.changeset.revision}:${h.short_id(c.changeset.raw_id)}
15 11 %endif
@@ -6,11 +6,7 b''
6 6 </%def>
7 7
8 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
12 &raquo;
13 ${_('followers')}
9 ${_('Followers')}
14 10 </%def>
15 11
16 12 <%def name="page_nav()">
@@ -6,11 +6,7 b''
6 6 </%def>
7 7
8 8 <%def name="breadcrumbs_links()">
9 ${h.link_to(_(u'Home'),h.url('/'))}
10 &raquo;
11 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
12 &raquo;
13 ${_('forks')}
9 ${_('Forks')}
14 10 </%def>
15 11
16 12 <%def name="page_nav()">
@@ -5,11 +5,7 b''
5 5 </%def>
6 6
7 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
10 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
11 &raquo;
12 ${_('pull requests')}
8 ${_('Pull requests')}
13 9 </%def>
14 10
15 11 <%def name="main()">
@@ -11,13 +11,9 b''
11 11
12 12 <%def name="breadcrumbs_links()">
13 13 %if c.repo_name:
14 ${h.link_to(_(u'Home'),h.url('/'))}
15 &raquo;
16 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
17 &raquo;
18 ${_('search')}
14 ${_('Search')}
19 15 %else:
20 ${_('search in all repositories')}
16 ${_('Search in all repositories')}
21 17 %endif
22 18 %if c.cur_query:
23 19 &raquo;
@@ -7,16 +7,12 b''
7 7
8 8
9 9 <%def name="breadcrumbs_links()">
10 ${h.link_to(_(u'Home'),h.url('/'))}
11 &raquo;
12 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
13 &raquo;
14 10 %if c.file_history:
15 ${h.link_to(_('shortlog'),h.url('shortlog_home',repo_name=c.repo_name))}
11 ${h.link_to(_('Shortlog'),h.url('shortlog_home',repo_name=c.repo_name))}
16 12 &raquo;
17 13 ${c.file_history}
18 14 %else:
19 ${_('shortlog')}
15 ${_('Shortlog')}
20 16 %endif
21 17 </%def>
22 18
@@ -5,11 +5,7 b''
5 5 </%def>
6 6
7 7 <%def name="breadcrumbs_links()">
8 ${h.link_to(_(u'Home'),h.url('/'))}
9 &raquo;
10 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
11 &raquo;
12 ${_('summary')}
8 ${_('Summary')}
13 9 </%def>
14 10
15 11 <%def name="page_nav()">
@@ -8,11 +8,7 b''
8 8
9 9 <%def name="breadcrumbs_links()">
10 10 <input class="q_filter_box" id="q_filter_tags" size="15" type="text" name="filter" value="${_('quick filter...')}"/>
11 ${h.link_to(_(u'Home'),h.url('/'))}
12 &raquo;
13 ${h.repo_link(c.rhodecode_db_repo.groups_and_repo)}
14 &raquo;
15 ${_('tags')}
11 ${_('Tags')}
16 12 </%def>
17 13
18 14 <%def name="page_nav()">
General Comments 0
You need to be logged in to leave comments. Login now