Commit b62e86e2 authored by Jeffrey Shell's avatar Jeffrey Shell

Made the buttons colorized by style sheets (using the 'style'

attribute) on top of the existing <FONT COLOR..> hack.
parent bcfb2ab4
...@@ -24,7 +24,7 @@ such as database and product management. ...@@ -24,7 +24,7 @@ such as database and product management.
<tr> <tr>
<td ALIGN="center"> <td ALIGN="center">
<FONT COLOR="#FF5060"> <FONT COLOR="#FF5060">
<INPUT TYPE="SUBMIT" VALUE="Shutdown"> <INPUT TYPE="SUBMIT" VALUE="Shutdown" STYLE="color: #ff5060;">
</FONT> </FONT>
</td> </td>
<td> Click &quot;Shutdown&quot; to shutdown the <em>Zope</em> <td> Click &quot;Shutdown&quot; to shutdown the <em>Zope</em>
...@@ -42,7 +42,7 @@ such as database and product management. ...@@ -42,7 +42,7 @@ such as database and product management.
<tr> <tr>
<td ALIGN="center"> <td ALIGN="center">
<FONT COLOR="#FF5060"> <FONT COLOR="#FF5060">
<INPUT TYPE="SUBMIT" VALUE="Restart"> <INPUT TYPE="SUBMIT" VALUE="Restart" STYLE="color: #ff5060;">
</FONT> </FONT>
</td> </td>
<td> Click &quot;Restart&quot; to restart the <em>Zope</em> <td> Click &quot;Restart&quot; to restart the <em>Zope</em>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment