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