mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-22 18:18:46 +02:00
Cosmetics: the refresh button is now displayed as part of the "actions" at the top-right of the "details".
SVN:trunk[3756]
This commit is contained in:
@@ -179,13 +179,10 @@ EOF
|
||||
}
|
||||
|
||||
$oPage->add("<div class=\"page_header\"><h1>".$this->GetIcon()." \n");
|
||||
if (!$oPage->IsPrintableVersion() && ($_SERVER['REQUEST_METHOD'] == 'GET'))
|
||||
{
|
||||
$aIcons[] = '<img src="../images/reload.png" style="cursor:pointer;vertical-align:middle;margin-left:1em;" onclick="window.location.reload();" title="'.htmlentities(Dict::S('UI:Button:Refresh'), ENT_QUOTES, 'UTF-8').'"/>';
|
||||
}
|
||||
|
||||
// Master data sources
|
||||
$bSynchronized = false;
|
||||
$aIcons = array();
|
||||
if (!$oPage->IsPrintableVersion())
|
||||
{
|
||||
$oCreatorTask = null;
|
||||
|
||||
Reference in New Issue
Block a user