Files
luos/gulliver/bin/tasks/templates/pluginSetup.xml.tpl
Julio Cesar Laura d2615815b4 BUG 8915 change text "Edit this page for customize the plugin"
- Se cambio el texto "Edit this page for customize the plugin" por "Edit this page to customize the plugin"
2012-04-19 10:34:11 -04:00

19 lines
387 B
Smarty

<?xml version="1.0" encoding="UTF-8"?>
<dynaForm
name="{className} Setup Form"
type="xmlform"
labelwidth="200"
width="600"
>
<TITLE1 type="title" group="1">
<en>{className} plugin setup page</en>
</TITLE1>
<SUBTITLE1 type="subtitle" group="1">
<en>Edit this page to customize the plugin</en>
</SUBTITLE1>
<BTN_SUBMIT type="submit">
<en>Save</en>
</BTN_SUBMIT>
</dynaForm>