avoid splitting account names into two lines
This commit is contained in:
parent
a691ea4b4d
commit
02d36c707d
|
@ -75,10 +75,10 @@ if ($_SESSION['config']->get_Suffix('tree') != "") $lists++;
|
||||||
<td></td>
|
<td></td>
|
||||||
<?php
|
<?php
|
||||||
if ($_SESSION['config']->get_Suffix('tree') != "") {
|
if ($_SESSION['config']->get_Suffix('tree') != "") {
|
||||||
echo '<td width="120" align="center"><img src="../graphics/process.png"> <a href="./tree/tree_view.php" target="mainpart"><big>' . _("Tree view") . '</big></a></td>' . "\n";
|
echo '<td align="center"><img src="../graphics/process.png"> <a href="./tree/tree_view.php" target="mainpart"><big>' . _("Tree view") . '</big></a></td>' . "\n";
|
||||||
}
|
}
|
||||||
for ($i = 0; $i < sizeof($types); $i++) {
|
for ($i = 0; $i < sizeof($types); $i++) {
|
||||||
echo '<td width="120" align="center">';
|
echo '<td align="center">';
|
||||||
echo '<img src="../graphics/' . $types[$i] . '.png"> ';
|
echo '<img src="../graphics/' . $types[$i] . '.png"> ';
|
||||||
echo '<a href="./lists/list.php?type=' . $types[$i] . '" target="mainpart"><big>' . getTypeAlias($types[$i]) . '</big></a>';
|
echo '<a href="./lists/list.php?type=' . $types[$i] . '" target="mainpart"><big>' . getTypeAlias($types[$i]) . '</big></a>';
|
||||||
echo '</td>' . "\n";
|
echo '</td>' . "\n";
|
||||||
|
|
Loading…
Reference in New Issue