T
|
Tommy B 3/10/2006 |
How would I go about removing the back to list link on the add page? I also need to change the save button to submit. Can you point me in the right direction? Thanks. -Rob
echo " <a href=\"##SHORTTABLENAME##_list.php\" onclick=\"javascript:frmAdmin.submit(); return false;\">".##SCRIPTMESSAGE(BACK_TO_LIST)##."</a><br><br>";
<input class=button type=submit value="##PLAINMESSAGE(SAVE)##" id=submit1 name=submit1>
<input class=button type=submit value="##PLAINMESSAGE(SUBMIT)##" id=submit1 name=submit1>
|