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