openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit 29ff3adb27279ffe2f326a6ec7f1e1c6e9224261
parent 736145a2a6b2278a5b78b98283b38a6ecc8be654
Author: dankert <devnull@localhost>
Date:   Tue, 15 Feb 2011 21:44:06 +0100

Onclick-Handler für Tabellenzellen.

Diffstat:
themes/default/include/html/cell.inc.php | 7+++++++
1 file changed, 7 insertions(+), 0 deletions(-)

diff --git a/themes/default/include/html/cell.inc.php b/themes/default/include/html/cell.inc.php @@ -22,4 +22,11 @@ #IF-ATTR rowspan# rowspan="%rowspan%" #END-IF# +#IF-ATTR title# + title="%title%" +#END-IF# + +#IF-ATTR url# + onclick="javascript:loadViewByName('<?php echo $view ?>','<?php echo $attr_url ?>'); " +#END-IF# > \ No newline at end of file