Subversion-Projekte lars-tiefland.em_wm

Revision

Revision 48 | Zur aktuellen Revision | Blame | Vergleich mit vorheriger | Letzte Änderung | Log anzeigen | RSS feed

{include file="header.tpl" focus=groups.g_name}
{include file="meld_inc.tpl"}
<form action="{$SCRIPT_NAME}" method="post" name="groups" onsubmit="return check_groups_form();">
        <table>
                <tr>
                        <th>{$L_PROPERTY}</th>
                        <th>{$L_VALUE}</th>
                </tr>
                <tr>
                        <td>{$L_GROUP_NAME}</td>
                        <td><input type="text" name="g_name" value="{$g_name}" size="100" class="post"></td>
                </tr>
                <tr>
                        <td class="catBottom" colspan="2"><input type="submit" value="{$L_SAVE}" class="mainoption"></td>
                </tr>
        </table>
        <input type="hidden" name="mode" value="{$mode}">
        <input type="hidden" name="id" value="{$id}">
</form>
<br>
<form action="liste_groups.php" method="post">
        <input type="submit" value="{$L_BACK}" class="liteoption">
</form>
{include file="footer.tpl"}