mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
show workflow name as title of warn icon if action is required
This commit is contained in:
parent
e67ef718cc
commit
b2d13bd657
|
@ -1730,7 +1730,7 @@ $(document).ready( function() {
|
|||
$attentionstr .= "<img src=\"".$this->getImgPath("lock.png")."\" title=\"". getMLText("locked_by").": ".htmlspecialchars($document->getLockingUser()->getFullName())."\"> ";
|
||||
}
|
||||
if ( $needwkflaction ) {
|
||||
$attentionstr .= "<img src=\"".$this->getImgPath("attention.gif")."\" title=\"". getMLText("workflow").": "."\"> ";
|
||||
$attentionstr .= "<img src=\"".$this->getImgPath("attention.gif")."\" title=\"". getMLText("workflow").": ".htmlspecialchars($workflow->getName())."\"> ";
|
||||
}
|
||||
if($attentionstr)
|
||||
$content .= $attentionstr."<br />";
|
||||
|
|
Loading…
Reference in New Issue
Block a user