From 7582c2bd1167431b2d02bc761456b715f5f6c2a1 Mon Sep 17 00:00:00 2001 From: steinm Date: Thu, 24 Jan 2013 10:47:32 +0000 Subject: [PATCH] - put icons on remove/rewind workflow buttons --- views/bootstrap/class.ViewDocument.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/bootstrap/class.ViewDocument.php b/views/bootstrap/class.ViewDocument.php index 19249b06e..66f1b3bec 100644 --- a/views/bootstrap/class.ViewDocument.php +++ b/views/bootstrap/class.ViewDocument.php @@ -421,10 +421,10 @@ class LetoDMS_View_ViewDocument extends LetoDMS_Bootstrap_Style { contentContainerStart(); if(LetoDMS_Core_DMS::checkIfEqual($workflow->getInitState(), $latestContent->getWorkflowState())) { - print "
".createHiddenFieldWithKey('removeworkflow')."getVersion()."\" />
"; + print "
".createHiddenFieldWithKey('removeworkflow')."getVersion()."\" />
"; } else { if($user->isAdmin()) - print "
".createHiddenFieldWithKey('rewindworkflow')."getVersion()."\" />
"; + print "
".createHiddenFieldWithKey('rewindworkflow')."getVersion()."\" />
"; } $workflowstate = $latestContent->getWorkflowState();