openrat-cms

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

commit e9f476571aa927e7627c19d0b5cc71aec672c92c
parent bee66f15571570058b168cf30fcc1671755fd4b1
Author: dankert <devnull@localhost>
Date:   Mon, 29 Sep 2003 20:58:32 +0200

*** empty log message ***

Diffstat:
themes/default/pages/html/projectmodel_edit.tpl.php | 16+++++++++++++---
1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/themes/default/pages/html/projectmodel_edit.tpl.php b/themes/default/pages/html/projectmodel_edit.tpl.php @@ -1,9 +1,11 @@ <?php include( $tpl_dir.'header.tpl.php') ?> -<br><br><br> +<!-- $Id$ --> <center> -<table width="80%"> +<form action="<?php echo $form_action ?>" method="post" target="_self"> + +<table class="main" width="90%" cellspacing="0" cellpadding="4"> <tr> <th colspan="2"><?php echo lang('VARIANT') ?></a></th> @@ -13,10 +15,18 @@ <td width="50%" class="f1"><?php echo lang('NAME') ?></a></td> <td width="50%" class="f1"><?php echo $name ?></td> </tr> +<tr> +<td width="50%" class="f2"><?php echo lang('DELETE') ?></a></td> +<td width="50%" class="f2"><input type="checkbox" value="1"></td> +</tr> +<tr> +<td colspan="2" class="act"><input type="submit" class="submit" value="<?php echo lang('SAVE') ?>"></a></td> +</tr> </table> -<br> +</form> </center> + <?php include( $tpl_dir.'footer.tpl.php') ?> \ No newline at end of file