Revision: 5494
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5494&view=rev
Author:   owes
Date:     2011-02-23 19:15:13 +0000 (Wed, 23 Feb 2011)

Log Message:
-----------
Make sure warning lines (for example outdated check for updates), wrap at 500px.

Modified Paths:
--------------
    ipcop/trunk/html/cgi-bin/index.cgi

Modified: ipcop/trunk/html/cgi-bin/index.cgi
===================================================================
--- ipcop/trunk/html/cgi-bin/index.cgi  2011-02-23 19:14:01 UTC (rev 5493)
+++ ipcop/trunk/html/cgi-bin/index.cgi  2011-02-23 19:15:13 UTC (rev 5494)
@@ -194,7 +194,7 @@
 
 
 if ($warnmessage) {
-    print "<ol>$warnmessage</ol>";
+    print "<ol style='width:500px;'>$warnmessage</ol>";
 }
 else {
    print "<br />\n";


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Free Software Download: Index, Search & Analyze Logs and other IT data in 
Real-Time with Splunk. Collect, index and harness all the fast moving IT data 
generated by your applications, servers and devices whether physical, virtual
or in the cloud. Deliver compliance at lower cost and gain new business 
insights. http://p.sf.net/sfu/splunk-dev2dev 
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to