openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit e5c9ae8b2fd4e878818ea777f77febad9882a258
parent 6cafac7c615df5ed00c45c83bd5ca20661840082
Author: dankert <devnull@localhost>
Date:   Mon, 24 May 2004 20:14:12 +0200

*** empty log message ***

Diffstat:
themes/default/pages/html/pageelement_edit_resize.tpl.php | 36------------------------------------
1 file changed, 0 insertions(+), 36 deletions(-)

diff --git a/themes/default/pages/html/pageelement_edit_resize.tpl.php b/themes/default/pages/html/pageelement_edit_resize.tpl.php @@ -1,35 +0,0 @@ -<?php include( $tpl_dir.'header.tpl.php') ?> - -<!-- $Id$ --> -<center> - -<form action="<?php echo $form_action ?>" method="post" target="_self"> -<input type="hidden" name="<?php echo session_name() ?>" value="<?php echo session_id() ?>"> -<input type="hidden" name="subaction" value="elsave"> -<input type="hidden" name="old_pageaction" value="<?php echo $old_pageaction ?>"> -<input type="hidden" name="valueid" value="<?php echo $valueid ?>"> - -<table class="main" width="90%" cellspacing="0" cellpadding="4"> - -<tr> - <th><?php echo $name ?></th> -</tr> -<tr> - <td class="help"><?php echo $desc ?></th> -</tr> - -<tr> -<td class="f1"><?php html_form_select( 'fileid','',$images,$act_fileid) ?></td> -</tr> - -<tr> -<td class="act"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></td> -</tr> - -</table> - -</form> - -</center> - -<?php include( $tpl_dir.'footer.tpl.php') ?>- \ No newline at end of file