SVN: toys/stbr/index.php

vip vip at pld-linux.org
Fri Nov 23 23:41:02 CET 2007


Author: vip
Date: Fri Nov 23 23:41:02 2007
New Revision: 9089

Modified:
   toys/stbr/index.php
Log:
- hide usage info by default
--Ta linia i nastêpn- e zostan± zignorowane--

M    index.php


Modified: toys/stbr/index.php
==============================================================================
--- toys/stbr/index.php	(original)
+++ toys/stbr/index.php	Fri Nov 23 23:41:02 2007
@@ -242,8 +242,9 @@
 <body>
 
 <h2>Send To Builder Requests Log (BETA)</h2>
+<div onclick="javascript:document.getElementById('usageinfo').style.display='block'; this.style.display='none';">[ Click to show usage info ]</div>
 
-<table style="width: 900px; margin-bottom: 3em;">
+<table style="width: 900px; margin-bottom: 3em; display: none" id="usageinfo">
 <thead>
 <tr><td class="branch"><b style="color: black;">Usage Info:</b></td></tr>
 </thead>


More information about the pld-cvs-commit mailing list