- Se cambio el texto "Edit this page for customize the plugin" por "Edit this page to customize the plugin"
19 lines
387 B
Smarty
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> |