UI fixes for project groups

This commit is contained in:
Dmitry Khomutov 2017-01-13 00:38:47 +07:00
parent 1cfc51b084
commit b875df18fd
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9
4 changed files with 8 additions and 9 deletions

View file

@ -58,7 +58,8 @@ class GroupController extends Controller
$groups[] = $thisGroup;
}
$this->view->groups = $groups;
$this->layout->title = Lang::get('group_projects');
$this->view->groups = $groups;
}
/**

View file

@ -159,7 +159,8 @@ PHP Censor',
Services</a> section of your Bitbucket repository.',
// Project Groups
'group_projects' => 'Projects',
'group_projects' => 'Project Groups',
'group_count' => 'Projects Count',
'group_edit' => 'Edit',
'group_delete' => 'Delete',
'group_add' => 'Add Group',

View file

@ -153,7 +153,8 @@ PHP Censor',
Services</a> вашего Bitbucket репозитория.',
// Project Groups
'group_projects' => 'Проекты',
'group_projects' => 'Группы проектов',
'group_count' => 'Количество проектов',
'group_edit' => 'Редактировать',
'group_delete' => 'Удалить',
'group_add' => 'Добавить группу',

View file

@ -6,16 +6,12 @@
</div>
<div class="box">
<div class="box-header">
<h3 class="box-title"><?php Lang::out('project_groups'); ?></h3>
</div>
<table class="table">
<thead>
<tr>
<th><?php Lang::out('group_title'); ?></th>
<th style="width: 100px;"><?php Lang::out('group_projects'); ?></th>
<th style="width: 150px"></th>
<th><?php Lang::out('group_count'); ?></th>
<th></th>
</tr>
</thead>
<tbody>