[Fusionforge-commits] FusionForge branch master updated. 8c24ad36e049f81b693f62cb50d1da1801477bd5

Franck VILLAUME nerville at fusionforge.org
Sun Dec 9 16:36:10 CET 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  8c24ad36e049f81b693f62cb50d1da1801477bd5 (commit)
      from  9f01b9d252aa28920ef4a0418a7b78e55db94df7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8c24ad36e049f81b693f62cb50d1da1801477bd5
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Sun Dec 9 16:24:18 2012 +0100

    fix css class

diff --git a/src/common/docman/views/listfile.php b/src/common/docman/views/listfile.php
index 40e8776..a8cc216 100644
--- a/src/common/docman/views/listfile.php
+++ b/src/common/docman/views/listfile.php
@@ -325,7 +325,7 @@ if (isset($nested_docs[$dirid]) && is_array($nested_docs[$dirid])) {
 			} else {
 				if (session_loggedin() && $d->getReservedBy() != $u->getID()) {
 					if (forge_check_perm('docman', $ndg->Group->getID(), 'admin')) {
-						echo '<a class="docman-enforcereservation" href="'.$actionlistfileurl.'&action=enforcereserve&fileid='.$d->getID().'" title="'. _('Enforce reservation') .'" >'.html_image('docman/enforce-document.png',22,22,array('alt'=>_('Enforce reservation')));
+						echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=enforcereserve&fileid='.$d->getID().'" title="'. _('Enforce reservation') .'" >'.html_image('docman/enforce-document.png',22,22,array('alt'=>_('Enforce reservation')));
 					}
 				} else {
 					echo '<a class="tabtitle-ne" href="'.$actionlistfileurl.'&action=trashfile&fileid='.$d->getID().'" title="'. _('Move this document to trash') .'" >'.html_image('docman/trash-empty.png',22,22,array('alt'=>_('Move to trash this document'))). '</a>';

-----------------------------------------------------------------------

Summary of changes:
 src/common/docman/views/listfile.php |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list