ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Added custom class to create buttons
This commit is contained in:
parent
11b4d946c4
commit
8147e996c5
7 changed files with 10 additions and 7 deletions
|
|
@ -51,6 +51,7 @@
|
|||
</row>
|
||||
</rows>
|
||||
</newdatasortablegrid>
|
||||
<button id="show_create_form" onClick="controller.goToCreateForm();" label="${i18n:_('Create')}">
|
||||
<button id="show_create_form" onClick="controller.goToCreateForm();" label="${i18n:_('Create')}"
|
||||
sclass="create-button global-action">
|
||||
</button>
|
||||
</window>
|
||||
|
|
|
|||
|
|
@ -27,6 +27,6 @@
|
|||
</treecols>
|
||||
</tree>
|
||||
<button id="show_create_form" onClick="calendarController.goToCreateForm();"
|
||||
label="${i18n:_('Create')}">
|
||||
label="${i18n:_('Create')}" sclass="create-button global-action">
|
||||
</button>
|
||||
</window>
|
||||
|
|
@ -42,5 +42,6 @@
|
|||
</row>
|
||||
</rows>
|
||||
</newdatasortablegrid>
|
||||
<button label="${i18n:_('Create')}" onClick="controller.goToCreateForm()"/>
|
||||
<button label="${i18n:_('Create')}" onClick="controller.goToCreateForm()"
|
||||
sclass="create-button global-action"/>
|
||||
</window>
|
||||
|
|
|
|||
|
|
@ -68,5 +68,5 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<button id="show_create_form" label="${i18n:_('Create')}"
|
||||
onClick="controller.goToCreateForm()" />
|
||||
onClick="controller.goToCreateForm()" sclass="create-button global-action" />
|
||||
</window>
|
||||
|
|
@ -46,6 +46,7 @@
|
|||
</row>
|
||||
</rows>
|
||||
</newdatasortablegrid>
|
||||
<button id="show_create_form" onClick="controller.goToCreateForm();" label="${i18n:_('Create')}">
|
||||
<button id="show_create_form" onClick="controller.goToCreateForm();" label="${i18n:_('Create')}"
|
||||
sclass="create-button global-action">
|
||||
</button>
|
||||
</window>
|
||||
|
|
@ -44,6 +44,6 @@
|
|||
</rows>
|
||||
</newdatasortablegrid>
|
||||
<button id="show_create_form" onClick="controller.goToCreateForm();"
|
||||
label="${i18n:_('Create')}">
|
||||
label="${i18n:_('Create')}" sclass="create-button global-action">
|
||||
</button>
|
||||
</window>
|
||||
|
|
@ -51,6 +51,6 @@
|
|||
</rows>
|
||||
</grid>
|
||||
<button id="show_create_form" onClick="controller.goToCreateForm();"
|
||||
label="${i18n:_('Create')}">
|
||||
label="${i18n:_('Create')}" sclass="create-button global-action">
|
||||
</button>
|
||||
</window>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue