[geeklog-cvs] Geeklog-1.x/system/classes config.class.php, 1.44, 1.45

Dirk Haun dhaun at qs1489.pair.com
Fri Jul 4 10:46:13 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/system/classes
In directory qs1489.pair.com:/tmp/cvs-serv5280/system/classes

Modified Files:
	config.class.php 
Log Message:
Added a title to the (X) option


Index: config.class.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/classes/config.class.php,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** config.class.php	4 Jul 2008 13:21:25 -0000	1.44
--- config.class.php	4 Jul 2008 14:46:07 -0000	1.45
***************
*** 610,614 ****
              if ($allow_reset) {
                  $t->set_var('unset_link',
!                         "(<a href='#' onClick='unset(\"{$name}\");'>X</a>)");
              }
              if (($a = strrchr($name, '[')) !== FALSE) {
--- 610,615 ----
              if ($allow_reset) {
                  $t->set_var('unset_link',
!                         "(<a href='#' onClick='unset(\"{$name}\");' title='"
!                         . $LANG_CONFIG['disable'] . "'>X</a>)");
              }
              if (($a = strrchr($name, '[')) !== FALSE) {




More information about the geeklog-cvs mailing list