R
|
Rigmantas author 1/20/2008 |
How prevent delete picture in edit mode:
|
J
|
Jane 1/22/2008 |
Rimantas, |
R
|
Rigmantas author 1/22/2008 |
Rimantas, you can remove Delete option from edit page in the generated include/commonfunctions.php file --> BuildEditControl function manually.
|
J
|
Jane 1/23/2008 |
Hi, $strtype.='<input type="Radio" name="'.$ctype.'" value="file1">'."Delete"; |
R
|
Rigmantas author 1/26/2008 |
Hi, you need to remove something like this:
|