|
@@ -244,10 +244,10 @@ class Index extends App.Controller
|
|
|
|
|
|
bulk_form: =>
|
|
bulk_form: =>
|
|
@configure_attributes_ticket = [
|
|
@configure_attributes_ticket = [
|
|
- { name: 'ticket_state_id', display: 'State', tag: 'select', multiple: false, null: true, relation: 'TicketState', filter: @bulk, translate: true, nulloption: true, default: '', class: 'span2', item_class: 'keepleft' },
|
|
|
|
- { name: 'ticket_priority_id', display: 'Priority', tag: 'select', multiple: false, null: true, relation: 'TicketPriority', filter: @bulk, translate: true, nulloption: true, default: '', class: 'span2', item_class: 'keepleft' },
|
|
|
|
- { name: 'group_id', display: 'Group', tag: 'select', multiple: false, null: true, relation: 'Group', filter: @bulk, nulloption: true, class: 'span2', item_class: 'keepleft' },
|
|
|
|
- { name: 'owner_id', display: 'Owner', tag: 'select', multiple: false, null: true, relation: 'User', filter: @bulk, nulloption: true, class: 'span2', item_class: 'keepleft' },
|
|
|
|
|
|
+ { name: 'ticket_state_id', display: 'State', tag: 'select', multiple: false, null: true, relation: 'TicketState', filter: @bulk, translate: true, nulloption: true, default: '', class: 'span2', item_class: 'pull-left' },
|
|
|
|
+ { name: 'ticket_priority_id', display: 'Priority', tag: 'select', multiple: false, null: true, relation: 'TicketPriority', filter: @bulk, translate: true, nulloption: true, default: '', class: 'span2', item_class: 'pull-left' },
|
|
|
|
+ { name: 'group_id', display: 'Group', tag: 'select', multiple: false, null: true, relation: 'Group', filter: @bulk, nulloption: true, class: 'span2', item_class: 'pull-left' },
|
|
|
|
+ { name: 'owner_id', display: 'Owner', tag: 'select', multiple: false, null: true, relation: 'User', filter: @bulk, nulloption: true, class: 'span2', item_class: 'pull-left' },
|
|
]
|
|
]
|
|
|
|
|
|
# render init page
|
|
# render init page
|
|
@@ -348,8 +348,8 @@ class Settings extends App.ControllerModal
|
|
@configure_attributes_article = [
|
|
@configure_attributes_article = [
|
|
# { name: 'from', display: 'From', tag: 'input', type: 'text', limit: 100, null: false, class: 'span8', },
|
|
# { name: 'from', display: 'From', tag: 'input', type: 'text', limit: 100, null: false, class: 'span8', },
|
|
# { name: 'to', display: 'To', tag: 'input', type: 'text', limit: 100, null: true, class: 'span7', item_class: 'hide' },
|
|
# { name: 'to', display: 'To', tag: 'input', type: 'text', limit: 100, null: true, class: 'span7', item_class: 'hide' },
|
|
-# { name: 'ticket_article_type_id', display: 'Type', tag: 'select', multiple: false, null: true, relation: 'TicketArticleType', default: '9', class: 'medium', item_class: 'keepleft' },
|
|
|
|
-# { name: 'internal', display: 'Visability', tag: 'radio', default: false, null: true, options: { true: 'internal', false: 'public' }, class: 'medium', item_class: 'keepleft' },
|
|
|
|
|
|
+# { name: 'ticket_article_type_id', display: 'Type', tag: 'select', multiple: false, null: true, relation: 'TicketArticleType', default: '9', class: 'medium', item_class: 'pull-left' },
|
|
|
|
+# { name: 'internal', display: 'Visability', tag: 'radio', default: false, null: true, options: { true: 'internal', false: 'public' }, class: 'medium', item_class: 'pull-left' },
|
|
{
|
|
{
|
|
name: 'per_page'
|
|
name: 'per_page'
|
|
display: 'Items per page'
|
|
display: 'Items per page'
|
|
@@ -364,7 +364,7 @@ class Settings extends App.ControllerModal
|
|
30: 30
|
|
30: 30
|
|
35: 35
|
|
35: 35
|
|
class: 'medium'
|
|
class: 'medium'
|
|
-# item_class: 'keepleft'
|
|
|
|
|
|
+# item_class: 'pull-left'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
name: 'attributes'
|
|
name: 'attributes'
|
|
@@ -447,7 +447,7 @@ class Settings extends App.ControllerModal
|
|
# relation: 'TicketArticleType',
|
|
# relation: 'TicketArticleType',
|
|
# default: '9',
|
|
# default: '9',
|
|
# class: 'medium',
|
|
# class: 'medium',
|
|
-# item_class: 'keepleft',
|
|
|
|
|
|
+# item_class: 'pull-left',
|
|
# },
|
|
# },
|
|
]
|
|
]
|
|
|
|
|