Show More
@@ -1405,7 +1405,7 b' overflow:hidden;' | |||||
1405 | border-top:1px solid #DDD; |
|
1405 | border-top:1px solid #DDD; | |
1406 | text-align:left; |
|
1406 | text-align:left; | |
1407 | margin:0; |
|
1407 | margin:0; | |
1408 |
padding:10px 0 0 1 |
|
1408 | padding:10px 0 0 150px; | |
1409 | } |
|
1409 | } | |
1410 |
|
1410 | |||
1411 | #register div.form div.fields div.buttons div.highlight input.ui-state-default { |
|
1411 | #register div.form div.fields div.buttons div.highlight input.ui-state-default { |
@@ -30,13 +30,15 b'' | |||||
30 | <h5>${_('Dashboard')} |
|
30 | <h5>${_('Dashboard')} | |
31 | <input class="top-right-rounded-corner top-left-rounded-corner bottom-left-rounded-corner bottom-right-rounded-corner" id="q_filter" size="15" type="text" name="filter" value="${_('quick filter...')}"/> |
|
31 | <input class="top-right-rounded-corner top-left-rounded-corner bottom-left-rounded-corner bottom-right-rounded-corner" id="q_filter" size="15" type="text" name="filter" value="${_('quick filter...')}"/> | |
32 | </h5> |
|
32 | </h5> | |
33 | %if h.HasPermissionAny('hg.admin','hg.create.repository')(): |
|
33 | %if c.rhodecode_user.username != 'default': | |
34 | <ul class="links"> |
|
34 | %if h.HasPermissionAny('hg.admin','hg.create.repository')(): | |
35 |
|
|
35 | <ul class="links"> | |
36 | <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'))}</span> |
|
36 | <li> | |
37 | </li> |
|
37 | <span>${h.link_to(_('ADD NEW REPOSITORY'),h.url('admin_settings_create_repository'))}</span> | |
38 |
</ |
|
38 | </li> | |
39 | %endif |
|
39 | </ul> | |
|
40 | %endif | |||
|
41 | %endif | |||
40 | </div> |
|
42 | </div> | |
41 | <!-- end box / title --> |
|
43 | <!-- end box / title --> | |
42 | <div class="table"> |
|
44 | <div class="table"> |
General Comments 0
You need to be logged in to leave comments.
Login now