|
@@ -155,7 +155,7 @@ else {
|
|
|
if (permission_exists('exec_command_line')) {
|
|
|
echo "<tr>\n";
|
|
|
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
|
|
- echo " ".$text['label-shell'].":\n";
|
|
|
+ echo " ".$text['label-shell']."\n";
|
|
|
echo "</td>\n";
|
|
|
echo "<td class='vtable' align='left'>\n";
|
|
|
echo " <textarea name='shell_cmd' id='shell_cmd' rows='2' class='formfld' style='width: 100%;' wrap='off'>$shell_cmd</textarea\n";
|
|
@@ -167,7 +167,7 @@ else {
|
|
|
if (permission_exists('exec_php_command')) {
|
|
|
echo "<tr>\n";
|
|
|
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
|
|
- echo " ".$text['label-php'].":\n";
|
|
|
+ echo " ".$text['label-php']."\n";
|
|
|
echo "</td>\n";
|
|
|
echo "<td class='vtable' align='left'>\n";
|
|
|
echo " <textarea name='php_cmd' id='php_cmd' rows='7' class='formfld' style='width: 100%;' wrap='off'>$php_cmd</textarea\n";
|
|
@@ -179,7 +179,7 @@ else {
|
|
|
if (permission_exists('exec_switch')) {
|
|
|
echo "<tr>\n";
|
|
|
echo "<td class='vncell' valign='top' align='left' nowrap>\n";
|
|
|
- echo " ".$text['label-switch'].":\n";
|
|
|
+ echo " ".$text['label-switch']."\n";
|
|
|
echo "</td>\n";
|
|
|
echo "<td class='vtable' align='left'>\n";
|
|
|
echo " <textarea name='switch_cmd' id='switch_cmd' rows='2' class='formfld' style='width: 100%;' wrap='off'>$switch_cmd</textarea\n";
|