From: <gbr...@us...> - 2003-09-05 14:10:41
|
Update of /cvsroot/phpwebsite-comm/modules/staffman/templates In directory sc8-pr-cvs1:/tmp/cvs-serv8099/templates Added Files: amenu.tpl umenu.tpl Removed Files: menu.tpl Log Message: Updating included files --- NEW FILE: amenu.tpl --- <table width="100%" border="0" spacing="0" padding="0"> <tr> <td align="left"> <form action="index.php" method="POST" name="Add"> <input type="hidden" name="module" value="staffman"> <input type="hidden" name="STAFF_MAN_op" value="Add"> <input type="Submit" name="Submit" value="{ADD_STAFF_LABEL}"> {ADD_STAFF_HELP} </form> </td> <td align="left"> <form action="index.php" method="POST" name="Viewall"> <input type="hidden" name="module" value="staffman"> <input type="hidden" name="STAFF_MAN_op" value="aView"> <input type="Submit" name="Submit" value="{VIEW_ALL_LABEL}"> {VIEW_ALL_HELP} </form> </td> <td align="left"> <form action="index.php" method="POST" name="Menu"> <input type="hidden" name="module" value="staffman"> <input type="hidden" name="STAFF_MAN_op" value="Menu"> <input type="Submit" name="Submit" value="{CREATE_MENU_LINK_LABEL}"> {CREATE_MENU_LINK_HELP} </form> </td> </tr> </table> --- NEW FILE: umenu.tpl --- <table width="100%" border="0" spacing="0" padding="0"> <tr> <td align="left"> <form action="index.php" method="POST" name="Viewall"> <input type="hidden" name="module" value="staffman"> <input type="hidden" name="STAFF_MAN_op" value="aView"> <input type="Submit" name="Submit" value="{VIEW_ALL_LABEL}"> {VIEW_ALL_HELP} </form> </td> </tr> </table> --- menu.tpl DELETED --- |