phpDocumentor ComCal
[ class tree: ComCal ] [ index: ComCal ] [ all elements ]

Source for file admineditcategory.php

Documentation is available at admineditcategory.php


1 <form action="<?=$PHP_SELF?>" name="editcategory" id="editcategory">
2 <input type="text" name="cat_name" id="cat_name" size="40" value="<?=$cat_name?>">&nbsp;
3 <input type="submit" name="submit" id="submit" value="<?=($edit==true ? 'Change' : 'Add')?>"<?if ($edit==true) {?> onClick="return confirm('Are your sure you want to make this change?');"<?}?>>&nbsp;<?
4 if ($edit==true) {?>
5 <input type="submit" name="delete" id="delete" value="Delete" onClick="return confirm('Are you sure you want to delete this category? Change is permanent, and WILL affect existing events that are associated with this category!');"><?
6 }?>
7 <input type="button" name="cancel" id="cancel" value="Cancel" onClick="window.history.go(-1);">
8 <input type="hidden" name="page" id="page" value="<?=$page?>">
9 <input type="hidden" name="op" id="op" value="2">
10 <input type="hidden" name="cat_id" id="cat_id" value="<?=$cat_id?>">
11 <input type="hidden" name="edit" id="edit" value="<?=$edit?>">
12 </form>

Documentation generated on Wed, 19 Nov 2003 23:07:24 -0500 by phpDocumentor 1.2.3