ItEr37S16RFMaquetacionDesenhoAplicacionItEr36S18: Added custom class to create buttons

This commit is contained in:
Lorenzo Tilve 2009-12-03 01:44:17 +01:00 committed by Javier Moran Rua
parent 11b4d946c4
commit 8147e996c5
7 changed files with 10 additions and 7 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>