erroneously committed these files
[openemr.git] / gacl / admin / templates_c / %%85^85D^85DD3D56%%edit_group.tpl.php
blobe71196f487cf6b28a0597b45e321cc53c422295d
1 <?php /* Smarty version 2.6.14, created on 2009-02-06 04:36:17
2 compiled from phpgacl/edit_group.tpl */ ?>
3 <?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
4 smarty_core_load_plugins(array('plugins' => array(array('modifier', 'default', 'phpgacl/edit_group.tpl', 25, false),array('function', 'html_options', 'phpgacl/edit_group.tpl', 28, false),)), $this); ?>
5 <?php $_smarty_tpl_vars = $this->_tpl_vars;
6 $this->_smarty_include(array('smarty_include_tpl_file' => "phpgacl/header.tpl", 'smarty_include_vars' => array()));
7 $this->_tpl_vars = $_smarty_tpl_vars;
8 unset($_smarty_tpl_vars);
9 ?>
10 <style type="text/css">
11 <?php echo '
12 select {
13 margin-top: 0px;
15 input.group-name, input.group-value {
16 width: 99%;
18 '; ?>
20 </style>
21 </head>
22 <body>
23 <?php $_smarty_tpl_vars = $this->_tpl_vars;
24 $this->_smarty_include(array('smarty_include_tpl_file' => "phpgacl/navigation.tpl", 'smarty_include_vars' => array()));
25 $this->_tpl_vars = $_smarty_tpl_vars;
26 unset($_smarty_tpl_vars);
28 <form method="post" name="edit_group" action="edit_group.php">
29 <table cellpadding="2" cellspacing="2" border="2" width="100%">
30 <tbody>
31 <tr>
32 <th width="4%">ID</th>
33 <th width="32%">Parent</th>
34 <th width="32%">Name</th>
35 <th width="32%">Value</th>
36 </tr>
37 <tr valign="top">
38 <td align="center"><?php echo ((is_array($_tmp=@$this->_tpl_vars['id'])) ? $this->_run_mod_handler('default', true, $_tmp, "N/A") : smarty_modifier_default($_tmp, "N/A")); ?>
39 </td>
40 <td>
41 <select name="parent_id" tabindex="0" multiple>
42 <?php echo smarty_function_html_options(array('options' => $this->_tpl_vars['options_groups'],'selected' => $this->_tpl_vars['parent_id']), $this);?>
44 </select>
45 </td>
46 <td>
47 <input type="text" class="group-name" size="50" name="name" value="<?php echo $this->_tpl_vars['name']; ?>
49 </td>
50 <td>
51 <input type="text" class="group-value" size="50" name="value" value="<?php echo $this->_tpl_vars['value']; ?>
53 </td>
54 </tr>
55 <tr class="controls" align="center">
56 <td colspan="4">
57 <input type="submit" class="button" name="action" value="Submit"> <input type="reset" class="button" value="Reset">
58 </td>
59 </tr>
60 </tbody>
61 </table>
62 <input type="hidden" name="group_id" value="<?php echo $this->_tpl_vars['id']; ?>
64 <input type="hidden" name="group_type" value="<?php echo $this->_tpl_vars['group_type']; ?>
66 <input type="hidden" name="return_page" value="<?php echo $this->_tpl_vars['return_page']; ?>
68 </form>
69 <?php $_smarty_tpl_vars = $this->_tpl_vars;
70 $this->_smarty_include(array('smarty_include_tpl_file' => "phpgacl/footer.tpl", 'smarty_include_vars' => array()));
71 $this->_tpl_vars = $_smarty_tpl_vars;
72 unset($_smarty_tpl_vars);