mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 23:00:56 +01:00
Cleaned up a few forms
This commit is contained in:
parent
1b146c5241
commit
0b2c610755
@ -22,10 +22,8 @@
|
||||
if (! $sort)
|
||||
$sort = "desc";
|
||||
|
||||
echo '<p><table border="0" width="45%" align="center"><tr bgcolor="'
|
||||
. $phpgw_info["theme"][bg_color] . '">'
|
||||
. '<td align="center" colspan=4><b>' . lang("Installed applications") . '</b></td></tr>'
|
||||
. '<tr><td colspan=4> </td></tr>';
|
||||
echo '<p><b>' . lang("Installed applications") . '</b><hr><p>';
|
||||
echo '<p><table border="0" width="45%" align="center"><tr bgcolor="'. $phpgw_info["theme"][bg_color] . '">';
|
||||
|
||||
echo "<tr bgcolor=" . $phpgw_info["theme"]["th_bg"] . "><td>"
|
||||
. $phpgw->nextmatchs->show_sort_order($sort,"app_title",$order,"applications.php",lang("title")) . "</td><td>"
|
||||
|
Loading…
Reference in New Issue
Block a user