[21199] Improvement: enable lightbox 4746:5203
Sigurd Nes <[email protected]> Wed, 14 Apr 2010 19:31:18 +0000
| Newsgroups | gmane.comp.web.phpgroupware.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 21199
http://svn.sv.gnu.org/viewvc/?view=rev&root=phpgroupware&revision=21199
Author: sigurdne
Date: 2010-04-14 19:31:17 +0000 (Wed, 14 Apr 2010)
Log Message:
-----------
Improvement: enable lightbox 4746:5203
Modified Paths:
--------------
people/sigurdne/modules/phpgwapi/trunk/templates/base/datatable.xsl
Modified: people/sigurdne/modules/phpgwapi/trunk/templates/base/datatable.xsl
===================================================================
--- people/sigurdne/modules/phpgwapi/trunk/templates/base/datatable.xsl 2010-04-14 19:29:51 UTC (rev 21198)
+++ people/sigurdne/modules/phpgwapi/trunk/templates/base/datatable.xsl 2010-04-14 19:31:17 UTC (rev 21199)
@@ -384,6 +384,11 @@
-->
</table>
</div>
+ <div id="datatable-detail" style="background-color:#000000;color:#FFFFFF;display:none">
+ <div class="hd" style="background-color:#000000;color:#000000; border:0; text-align:center"> Record Detail </div>
+ <div class="bd" style="text-align:center;"> </div>
+ </div>
+
<div id="footer"> </div>
<xsl:call-template name="datatable-yui-definition" />