Suggested patch to showpass.cgi

as you may know, when displaying the Edit Virtual Server panel for a selected name, you can expand the Configurable Settings area to find the SHOW button on the Administration Password item.

this button creates a new browser window to display

Administration login      xxxxxx
Administration password   yyyyyy

I am suggesting this patch to make the display more friendly to the eye

--- showpass.cgi-orig   2020-08-25 01:28:12.000000000 -0400
+++ showpass.cgi-verne2 2021-02-15 17:13:20.340655596 -0500
@@ -38,9 +38,9 @@
 &popup_header($text{'showpass_title'});

 print "<center><table>\n";
-print "<tr> <td><b>$msg1</b></td> ",
+print "<tr> <td><b>$msg1</b> &nbsp; </td> ",
       "<td><tt>",&html_escape($username),"</tt></td> </tr>\n";
-print "<tr> <td><b>$msg2</b></td> ",
+print "<tr> <td><b>$msg2</b> &nbsp; </td> ",
       "<td><tt>",&html_escape($pass),"</tt></td> </tr>\n";
 print "</table></center>\n";

Verne

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.