configuration profile -> server profile
This commit is contained in:
parent
429898620d
commit
ccbbe53931
|
@ -86,12 +86,12 @@ echo $_SESSION['header'];
|
||||||
<td style="border-style:none" rowspan="3" width="20"></td>
|
<td style="border-style:none" rowspan="3" width="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border-style:none" align="center"><b> <?php echo _("Please enter password to change preferences:"); ?> </b></td>
|
<td style="border-style:none" align="center"><b> <?php echo _("Please enter your password to change the server preferences:"); ?> </b></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr><td style="border-style:none" > </td></tr>
|
<tr><td style="border-style:none" > </td></tr>
|
||||||
<?php
|
<?php
|
||||||
$files = getConfigProfiles();
|
$files = getConfigProfiles();
|
||||||
if (sizeof($files) < 1) $message = _("No configuration profiles found. Please create one.");
|
if (sizeof($files) < 1) $message = _("No server profiles found. Please create one.");
|
||||||
// print message if login was incorrect or no config profiles are present
|
// print message if login was incorrect or no config profiles are present
|
||||||
if (isset($message)) { // $message is set by confmain.php (requires conflogin.php then)
|
if (isset($message)) { // $message is set by confmain.php (requires conflogin.php then)
|
||||||
echo "<tr>\n";
|
echo "<tr>\n";
|
||||||
|
@ -136,7 +136,7 @@ echo $_SESSION['header'];
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="border-style:none" align="center">
|
<td style="border-style:none" align="center">
|
||||||
<b><a href="profmanage.php"><?php echo _("Manage profiles") ?></a></b>
|
<b><a href="profmanage.php"><?php echo _("Manage server profiles") ?></a></b>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
|
Loading…
Reference in New Issue