mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 18:31:37 +02:00
formatting
This commit is contained in:
parent
bb1634be16
commit
ed1da95900
@ -42,12 +42,12 @@
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
$hidden_vars = "<input type=\"hidden\" name=\"sort\" value=\"$sort\">\n"
|
$hidden_vars = '<input type="hidden" name="sort" value="' . $sort . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"order\" value=\"$order\">\n"
|
. '<input type="hidden" name="order" value="' . $order . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"query\" value=\"$query\">\n"
|
. '<input type="hidden" name="query" value="' . $query . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"start\" value=\"$start\">\n"
|
. '<input type="hidden" name="start" value="' . $start . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"filter\" value=\"$filter\">\n"
|
. '<input type="hidden" name="filter" value="' . $filter . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"cat_id\" value=\"$cat_id\">\n";
|
. '<input type="hidden" name="cat_id" value="' . $cat_id . '">' . "\n";
|
||||||
|
|
||||||
$t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
$t = CreateObject('phpgwapi.Template',PHPGW_APP_TPL);
|
||||||
$t->set_file(array('category_delete' => 'delete_cat.tpl'));
|
$t->set_file(array('category_delete' => 'delete_cat.tpl'));
|
||||||
|
@ -28,12 +28,12 @@
|
|||||||
$c = CreateObject('phpgwapi.categories');
|
$c = CreateObject('phpgwapi.categories');
|
||||||
$c->app_name = 'phpgw';
|
$c->app_name = 'phpgw';
|
||||||
|
|
||||||
$hidden_vars = "<input type=\"hidden\" name=\"sort\" value=\"$sort\">\n"
|
$hidden_vars = '<input type="hidden" name="sort" value="' . $sort . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"order\" value=\"$order\">\n"
|
. '<input type="hidden" name="order" value="' . $order . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"query\" value=\"$query\">\n"
|
. '<input type="hidden" name="query" value="' . $query . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"start\" value=\"$start\">\n"
|
. '<input type="hidden" name="start" value="' . $start . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"filter\" value=\"$filter\">\n"
|
. '<input type="hidden" name="filter" value="' . $filter . '">' . "\n"
|
||||||
. "<input type=\"hidden\" name=\"cat_id\" value=\"$cat_id\">\n";
|
. '<input type="hidden" name="cat_id" value="' . $cat_id . '">' . "\n";
|
||||||
|
|
||||||
if ($submit)
|
if ($submit)
|
||||||
{
|
{
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<!-- BEGIN form -->
|
<!-- BEGIN form -->
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
<table border="0" width="80%" cellspacing="2" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
@ -28,6 +30,7 @@
|
|||||||
</table>
|
</table>
|
||||||
|
|
||||||
<!-- BEGIN add -->
|
<!-- BEGIN add -->
|
||||||
|
|
||||||
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
||||||
<tr valign="bottom">
|
<tr valign="bottom">
|
||||||
<td height="50" align="center">
|
<td height="50" align="center">
|
||||||
@ -41,11 +44,12 @@
|
|||||||
<input type="submit" name="done" value="{lang_done}"></form></td>
|
<input type="submit" name="done" value="{lang_done}"></form></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</form>
|
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<!-- END add -->
|
<!-- END add -->
|
||||||
|
|
||||||
<!-- BEGIN edit -->
|
<!-- BEGIN edit -->
|
||||||
|
|
||||||
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
<table width="50%" border="0" cellspacing="2" cellpadding="2">
|
||||||
<tr valign="bottom">
|
<tr valign="bottom">
|
||||||
<td height="50" align="center">
|
<td height="50" align="center">
|
||||||
@ -62,5 +66,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
<!-- END edit -->
|
<!-- END edit -->
|
||||||
|
|
||||||
<!-- END form -->
|
<!-- END form -->
|
@ -1,4 +1,7 @@
|
|||||||
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<!-- BEGIN form -->
|
<!-- BEGIN form -->
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<table border="0" with="65%" cellpadding="2" cellspacing="2">
|
<table border="0" with="65%" cellpadding="2" cellspacing="2">
|
||||||
<form method="POST" action="{action_url}">
|
<form method="POST" action="{action_url}">
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
<!-- $Id$ -->
|
<!-- $Id$ -->
|
||||||
|
|
||||||
<center>
|
<center>
|
||||||
<table border="0" cellspacing="2" cellpadding="2">
|
<table border="0" cellspacing="2" cellpadding="2">
|
||||||
<tr>
|
<tr>
|
||||||
@ -58,4 +59,3 @@
|
|||||||
|
|
||||||
</table>
|
</table>
|
||||||
</center>
|
</center>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user