Bamedize (delete) project-color

stable
David Barragán Merino 2015-04-17 10:09:31 +02:00
parent 6d25ae21d5
commit 4beca537d6
5 changed files with 5 additions and 68 deletions

View File

@ -317,11 +317,6 @@
"LABEL_ISSUE_TYPE": "Default value for issue type selector", "LABEL_ISSUE_TYPE": "Default value for issue type selector",
"LABEL_ISSUE_STATUS": "Default value for issue status selector" "LABEL_ISSUE_STATUS": "Default value for issue status selector"
}, },
"PROJECT": {
"COLORS": {
"ACTION_NEW_STATUS": "+ Add new status"
}
},
"CSV": { "CSV": {
"TITLE": "{{csvType}} reports", "TITLE": "{{csvType}} reports",
"DOWNLOAD": "Download CSV", "DOWNLOAD": "Download CSV",
@ -351,15 +346,6 @@
"INTEGRATIONS": "Integrations", "INTEGRATIONS": "Integrations",
"PLUGINS": "Plugins" "PLUGINS": "Plugins"
}, },
"SUBMENU": {
"ROLE_UX": "UX",
"ROLE_PRODUCT_OWNER": "Product Owner",
"ROLE_DESIGNER": "Designer",
"ROLE_BACK": "Back",
"ROLE_FRONT": "Front",
"ACTION_NEW_ROLE": "+ New role",
"TITLE_ACTION_NEW_ROLE": "Add new role"
},
"SUBMENU_PROJECT_VALUES": { "SUBMENU_PROJECT_VALUES": {
"STATUS": "Status", "STATUS": "Status",
"POINTS": "Points", "POINTS": "Points",
@ -372,7 +358,9 @@
"TITLE": "Project Profile" "TITLE": "Project Profile"
}, },
"SUBMENU_ROLES": { "SUBMENU_ROLES": {
"TITLE": "Roles" "TITLE": "Roles",
"ACTION_NEW_ROLE": "+ New role",
"TITLE_ACTION_NEW_ROLE": "Add new role"
}, },
"SUBMENU_THIDPARTIES": { "SUBMENU_THIDPARTIES": {
"TITLE": "Services" "TITLE": "Services"

View File

@ -10,6 +10,6 @@ section.admin-submenu-roles
span.icon.icon-arrow-right span.icon.icon-arrow-right
div(tg-new-role) div(tg-new-role)
a.button-gray.add-button(href="", title="{{'ADMIN.SUBMENU.TITLE_ACTION_NEW_ROLE' | translate}}") a.button-gray.add-button(href="", title="{{'ADMIN.SUBMENU_ROLES.TITLE_ACTION_NEW_ROLE' | translate}}")
span.text(translate="ADMIN.SUBMENU.ACTION_NEW_ROLE") span.text(translate="ADMIN.SUBMENU_ROLES.ACTION_NEW_ROLE")
input(type="text", class="hidden new") input(type="text", class="hidden new")

View File

@ -1,24 +0,0 @@
section.admin-submenu
header
h1(translate) Roles
nav
ul
li
a(href="", translate="ADMIN.SUBMENU.ROLE_UX")
span.icon.icon-arrow-right
li
a(href="", translate="ADMIN.SUBMENU.ROLE_PRODUCT_OWNER")
span.icon.icon-arrow-right
li
a(href="", translate="ADMIN.SUBMENU.ROLE_DESIGNER")
span.icon.icon-arrow-right
li
a(href="", translate="ADMIN.SUBMENU.ROLE_BACK")
span.icon.icon-arrow-right
li
a(href="", translate="ADMIN.SUBMENU.ROLE_FRONT")
span.icon.icon-arrow-right
a.button-gray(href="", title="{{'ADMIN.SUBMENU.TITLE_ACTION_NEW_ROLE' | translate}}")
span.text(translate="ADMIN.SUBMENU.ACTION_NEW_ROLE")

View File

@ -1,16 +0,0 @@
div.wrapper
sidebar.menu-secondary.sidebar
include ../includes/modules/admin-menu
sidebar.menu-tertiary.sidebar
include ../includes/modules/admin-submenu
section.main.project-colors
header
include ../includes/components/mainTitle
div.project-colors-options
a.button-green.new-color(href="")
span.text(translate="PROJECT.COLORS.ACTION_NEW_STATUS")
include ../includes/modules/colors-table

View File

@ -1,11 +0,0 @@
.project-colors {
.new-color {
float: right;
}
.colors-table {
margin-top: 1rem;
}
.project-colors-options {
@include clearfix;
}
}