HEX
Server: Apache
System: Linux sg241.singhost.net 2.6.32-896.16.1.lve1.4.51.el6.x86_64 #1 SMP Wed Jan 17 13:19:23 EST 2018 x86_64
User: honghock (909)
PHP: 8.0.30
Disabled: passthru,system,shell_exec,show_source,exec,popen,proc_open
Upload Files
File: //opt/alt/php54/usr/share/pear/RVSeagullMod/modules/default/classes/mgrTemplates/edit.html.tmpl
<h1 class="pageTitle">{translate(pageTitle)}</h1>
<span flexy:if="msgGet()">{msgGet()}</span>

<form method="post" flexy:ignore>
<input type="hidden" name="action" value="{action}" />
<input type="hidden" name="%mgrName%_id" value="{%mgrName%.%mgrName%_id}" />

<table class="wide">
    <tr>
        <td align="center">
            <table>
                %field_html%
                <tr>
                    <td colspan="2" align="center">
                        <input class="wideButton" type="submit" name="submitted" value="{translate(#Save#)}" />&nbsp;
                        <input class="wideButton" type="button" name="cancel" value="{translate(#Cancel#)}"
                            onClick="document.location.href='{makeUrl(#list#,#%mgrName%#,#%moduleName%#):h}'" />
                    </td>
                </tr>
            </table>
        </td>
    </tr>
</table>
</form>