mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-09-09 19:38:57 +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())."\"> ";
|
$attentionstr .= "<img src=\"".$this->getImgPath("lock.png")."\" title=\"". getMLText("locked_by").": ".htmlspecialchars($document->getLockingUser()->getFullName())."\"> ";
|
||||||
}
|
}
|
||||||
if ( $needwkflaction ) {
|
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)
|
if($attentionstr)
|
||||||
$content .= $attentionstr."<br />";
|
$content .= $attentionstr."<br />";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user