[Chameleon] minor patch
Chris Calloway
cbc at unc.edu
Thu Feb 23 19:01:06 EST 2006
Are Chameleon community members ever granted CVS write access? Or, to
whom should I submit my minor patch (attached)?
--
Sincerely,
Chris Calloway
http://www.seacoos.org
office: 17-6 Venable Hall phone: (919) 962-4323
mail: Campus Box #3300, UNC-CH, Chapel Hill, NC 27599
-------------- next part --------------
Index: src/phpwms/manage_servers_body.phtml
===================================================================
RCS file: /cvs/maptools/cvsroot/php_utils/src/phpwms/manage_servers_body.phtml,v
retrieving revision 1.16
diff -u -r1.16 manage_servers_body.phtml
--- src/phpwms/manage_servers_body.phtml 10 Jun 2003 14:10:03 -0000 1.16
+++ src/phpwms/manage_servers_body.phtml 23 Feb 2006 23:36:52 -0000
@@ -135,7 +135,7 @@
</tr>
<tr>
<td align="right"><span class="label"><?php echo trim($oTmpMLT->get("27", "Ouput")); ?>:</span><br>
- <img src="<?php echo $szCommonPath."/"; ?>images/<?if ($oServerManager->m_bStatus) echo "a_pixel.gif"; else echo "icon_alert.gif" ?>" width="65" height="40"></td>
+ <img src="<?php echo $szCommonPath."/"; ?>images/<?php if ($oServerManager->m_bStatus) echo "a_pixel.gif"; else echo "icon_alert.gif" ?>" width="65" height="40"></td>
<td><textarea class="inputBox" name="szStatus" rows=3 cols=40 wrap="virtual"><?php echo $oServerManager->m_szStatus ?></textarea></td>
</tr>
</table>
More information about the Chameleon
mailing list