mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-27 00:58:55 +01:00
added templates selection
This commit is contained in:
parent
83de0f612d
commit
1e56bad9cf
@ -35,9 +35,10 @@
|
|||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
|
<?php $selected[$phpgw_info["user"]["preferences"]["common"]["template_set"]] = " selected"; ?>
|
||||||
<td>Interface/Template Selection:<br></td>
|
<td>Interface/Template Selection:<br></td>
|
||||||
<td>
|
<td>
|
||||||
<select name="$selected[$phpgw_info["user"]["preferences"]["common"]["template_set"]]">
|
<select name="settings[template_set]">
|
||||||
<?php
|
<?php
|
||||||
$templates = $phpgw->common->list_templates();
|
$templates = $phpgw->common->list_templates();
|
||||||
while (list ($key, $value) = each ($templates)){
|
while (list ($key, $value) = each ($templates)){
|
||||||
|
Loading…
Reference in New Issue
Block a user