Changeset - cbc644d96a53
[Not reviewed]
beta
0 2 0
Marcin Kuzminski - 13 years ago 2013-01-22 00:49:01
marcin@python-works.com
Add new quick link to created child groups within a group
2 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/repos_groups/repos_groups_add.html
Show inline comments
 
@@ -50,7 +50,7 @@
 
                     <label for="group_parent_id">${_('Group parent')}:</label>
 
                 </div>
 
                 <div class="input">
 
                     ${h.select('group_parent_id','',c.repo_groups,class_="medium")}
 
                     ${h.select('group_parent_id',request.GET.get('parent_group'),c.repo_groups,class_="medium")}
 
                 </div>
 
             </div>
 

	
rhodecode/templates/admin/repos_groups/repos_groups_edit.html
Show inline comments
 
@@ -21,6 +21,11 @@
 
    <!-- box / title -->
 
    <div class="title">
 
        ${self.breadcrumbs()}
 
        <ul class="links">
 
          <li>
 
            <span>${h.link_to(_(u'ADD NEW CHILD GROUP'),h.url('new_repos_group', parent_group=c.repos_group.group_id))}</span>
 
          </li>
 
        </ul>
 
    </div>
 
    <!-- end box / title -->
 
    ${h.form(url('repos_group',id=c.repos_group.group_id),method='put')}
0 comments (0 inline, 0 general)