Додані повідомлення та перепрацьована структура застосунку та api
This commit is contained in:
@@ -121,7 +121,7 @@
|
||||
id="sheep-editor-can_view_sheeps"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_view_sheeps"> View Sheeps </label>
|
||||
<label for="sheep-editor-can_view_sheeps"> Перегляд списку вісників </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
@@ -130,7 +130,16 @@
|
||||
id="sheep-editor-can_add_sheeps"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_add_sheeps"> Create Sheeps </label>
|
||||
<label for="sheep-editor-can_add_sheeps"> Додавання вісників </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
name="can_manager_sheeps"
|
||||
class="custom-checkbox"
|
||||
id="sheep-editor-can_manager_sheeps"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_manager_sheeps"> Керування дозволами вісників </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
@@ -140,7 +149,7 @@
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_add_territory">
|
||||
Create Territory
|
||||
Створення територій
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
@@ -151,7 +160,18 @@
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_manager_territory">
|
||||
Manager Territory
|
||||
Керування територіями
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
name="can_joint_territory"
|
||||
class="custom-checkbox"
|
||||
id="sheep-editor-can_joint_territory"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_joint_territory">
|
||||
Спільний доступ до території
|
||||
</label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
@@ -161,7 +181,7 @@
|
||||
id="sheep-editor-can_add_stand"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_add_stand"> Create Stand </label>
|
||||
<label for="sheep-editor-can_add_stand"> Створення стендів </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
@@ -170,7 +190,7 @@
|
||||
id="sheep-editor-can_manager_stand"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_manager_stand"> Manager Stand </label>
|
||||
<label for="sheep-editor-can_manager_stand"> Керування стендами </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
@@ -179,7 +199,7 @@
|
||||
id="sheep-editor-can_add_schedule"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_add_schedule"> Create Schedule </label>
|
||||
<label for="sheep-editor-can_add_schedule"> Створення розкладу зібрань </label>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -194,7 +214,7 @@
|
||||
id="sheep-editor-can_view_schedule"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_view_schedule"> View Schedule </label>
|
||||
<label for="sheep-editor-can_view_schedule"> Перегляд розкладу зібрань </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
@@ -203,7 +223,7 @@
|
||||
id="sheep-editor-can_view_stand"
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_view_stand"> View Stand </label>
|
||||
<label for="sheep-editor-can_view_stand"> Перегляд стендів </label>
|
||||
</div>
|
||||
<div class="checkbox">
|
||||
<input
|
||||
@@ -213,7 +233,7 @@
|
||||
type="checkbox"
|
||||
/>
|
||||
<label for="sheep-editor-can_view_territory">
|
||||
View Territory
|
||||
Перегляд територій
|
||||
</label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user