[Fusionforge-commits] r13630 - trunk/src/common/docman/views

Franck VILLAUME nerville at fusionforge.org
Wed Jun 29 13:02:45 CEST 2011


Author: nerville
Date: 2011-06-29 13:02:45 +0200 (Wed, 29 Jun 2011)
New Revision: 13630

Modified:
   trunk/src/common/docman/views/listfile.php
Log:
add more tooltips

Modified: trunk/src/common/docman/views/listfile.php
===================================================================
--- trunk/src/common/docman/views/listfile.php	2011-06-28 17:10:50 UTC (rev 13629)
+++ trunk/src/common/docman/views/listfile.php	2011-06-29 11:02:45 UTC (rev 13630)
@@ -146,7 +146,7 @@
 }
 
 if (isset($nested_docs[$dirid]) && is_array($nested_docs[$dirid])) {
-	$tabletop = array('<input id="checkallactive" type="checkbox" onchange="controllerListFile.checkAll(\'checkeddocidactive\', \'active\')" />', '', _('Filename'), _('Title'), _('Description'), _('Author'), _('Last time'), _('Status'), _('Size'));
+	$tabletop = array('<input id="checkallactive" type="checkbox" title="'._('Select / Deselect all documents for massaction').'" class="tabtitle-w" onchange="controllerListFile.checkAll(\'checkeddocidactive\', \'active\')" />', '', _('Filename'), _('Title'), _('Description'), _('Author'), _('Last time'), _('Status'), _('Size'));
 	$classth = array('unsortable', 'unsortable', '', '', '', '', '', '', '');
 	if (forge_check_perm('docman', $group_id, 'approve')) {
 		$tabletop[] = _('Actions');
@@ -159,7 +159,7 @@
 		echo '<tr>';
 		echo '<td>';
 		if (!$d->getLocked() && !$d->getReserved()) {
-			echo '<input type="checkbox" value="'.$d->getID().'" class="checkeddocidactive" onchange="controllerListFile.checkgeneral(\'active\')" />';
+			echo '<input type="checkbox" value="'.$d->getID().'" class="checkeddocidactive tabtitle-w" title="'._('Select this document for massaction').'" onchange="controllerListFile.checkgeneral(\'active\')" />';
 		} else {
 			if (session_loggedin() && ($d->getReservedBy() != $u->getID())) {
 				echo '<input type="checkbox" name="disabled" disabled="disabled"';




More information about the Fusionforge-commits mailing list