HTML fixes
This commit is contained in:
parent
68511872dd
commit
043e381582
|
@ -171,7 +171,7 @@ function config_showAccountModules($scope, $title) {
|
|||
}
|
||||
|
||||
// show account modules
|
||||
$icon = '<img alt="' . $scope . '" src="../../graphics/' . $scope . '.png"> ';
|
||||
$icon = '<img alt="' . $scope . '" src="../../graphics/' . $scope . '.png"> ';
|
||||
echo "<fieldset class=\"" . $scope . "edit\"><legend>$icon<b>" . $title . "</b></legend><br>\n";
|
||||
echo "<table border=0 width=\"100%\">\n";
|
||||
// select boxes
|
||||
|
@ -270,7 +270,7 @@ function config_showAccountModules($scope, $title) {
|
|||
|
||||
echo "</fieldset>\n";
|
||||
|
||||
echo "<p></p>\n";
|
||||
echo "<br>\n";
|
||||
|
||||
return ($no_conflicts & $no_depends & $no_missing_basemodule);
|
||||
|
||||
|
|
|
@ -172,7 +172,7 @@ if (sizeof($availableTypes) > 0) {
|
|||
echo "<fieldset><legend><b>" . _("Available account types") . "</b></legend>\n";
|
||||
echo "<table>\n";
|
||||
for ($i = 0; $i < sizeof($availableTypes); $i++) {
|
||||
$icon = '<img alt="' . $availableTypes[$i] . '" src="../../graphics/' . $availableTypes[$i] . '.png"> ';
|
||||
$icon = '<img alt="' . $availableTypes[$i] . '" src="../../graphics/' . $availableTypes[$i] . '.png"> ';
|
||||
echo "<tr>\n";
|
||||
echo "<td>$icon<b>" . getTypeAlias($availableTypes[$i]) . ": </b></td>\n";
|
||||
echo "<td>" . getTypeDescription($availableTypes[$i]) . "</td>\n";
|
||||
|
@ -190,7 +190,7 @@ if (sizeof($activeTypes) > 0) {
|
|||
echo "<fieldset><legend><b>" . _("Active account types") . "</b></legend><br>\n";
|
||||
for ($i = 0; $i < sizeof($activeTypes); $i++) {
|
||||
echo "<fieldset class=\"" . $activeTypes[$i] . "edit\">\n";
|
||||
$icon = '<img alt="' . $activeTypes[$i] . '" src="../../graphics/' . $activeTypes[$i] . '.png"> ';
|
||||
$icon = '<img alt="' . $activeTypes[$i] . '" src="../../graphics/' . $activeTypes[$i] . '.png"> ';
|
||||
echo "<legend>" . $icon . "<b>" . getTypeAlias($activeTypes[$i]) . ": </b>" . getTypeDescription($activeTypes[$i]) . "</legend>";
|
||||
echo "<br>\n";
|
||||
echo "<table>\n";
|
||||
|
|
|
@ -280,7 +280,6 @@ function showMainPage($scope) {
|
|||
echo "<br><br>\n";
|
||||
echo "<a href=\"masscreate.php?getCSV=1\"><b>" . _("Download sample CSV file") . "</b></a>\n";
|
||||
echo "<br><br>\n";
|
||||
echo "<p>\n";
|
||||
|
||||
echo "</body>\n";
|
||||
echo "</html>\n";
|
||||
|
|
|
@ -107,7 +107,7 @@ echo $_SESSION['header'];
|
|||
<link rel="stylesheet" type="text/css" href="../../style/type_user.css">
|
||||
</head>
|
||||
<body>
|
||||
<p></p>
|
||||
<br>
|
||||
<form action="pdfmain.php" method="post">
|
||||
<!-- pdf structure options -->
|
||||
<fieldset class="useredit">
|
||||
|
@ -146,7 +146,7 @@ echo $_SESSION['header'];
|
|||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
<p></p>
|
||||
<br>
|
||||
|
||||
<!-- forward is used to check if buttons were pressed -->
|
||||
<p>
|
||||
|
|
|
@ -111,7 +111,7 @@ for ($i = 0; $i < sizeof($profileClasses); $i++) {
|
|||
echo "</head>\n";
|
||||
echo "<body>\n";
|
||||
|
||||
echo "<p></p>\n";
|
||||
echo "<br>\n";
|
||||
|
||||
echo "<form action=\"profilemain.php\" method=\"post\">\n";
|
||||
|
||||
|
@ -159,7 +159,7 @@ for ($i = 0; $i < sizeof($profileClasses); $i++) {
|
|||
echo "</table>\n";
|
||||
echo "</fieldset>\n";
|
||||
|
||||
echo "<p></p>\n";
|
||||
echo "<br>\n";
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue