mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 21:51:14 +01:00
renamed idots orange-ball.png to bullet.png, to use identical name in all templates
This commit is contained in:
parent
181d92a149
commit
2a4c1c3813
@ -43,7 +43,7 @@
|
|||||||
</grid>
|
</grid>
|
||||||
</template>
|
</template>
|
||||||
<template id="admin.index" template="" lang="" group="0" version="1.9.001">
|
<template id="admin.index" template="" lang="" group="0" version="1.9.001">
|
||||||
<tree autoloading="admin_ui::ajax_tree" id="tree" onclick="app.admin.run" parent_node="admin_tree_target" std_images="orange-ball"/>
|
<tree autoloading="admin_ui::ajax_tree" id="tree" onclick="app.admin.run" parent_node="admin_tree_target" std_images="bullet"/>
|
||||||
<description id="msg" class="message"/>
|
<description id="msg" class="message"/>
|
||||||
<split dock_side="topDock" id="splitter" orientation="h">
|
<split dock_side="topDock" id="splitter" orientation="h">
|
||||||
<nextmatch id="nm" template="admin.index.rows"/>
|
<nextmatch id="nm" template="admin.index.rows"/>
|
||||||
|
Before Width: | Height: | Size: 370 B After Width: | Height: | Size: 370 B |
@ -487,7 +487,7 @@ egw.set_user('.$GLOBALS['egw']->accounts->json($GLOBALS['egw_info']['user']['acc
|
|||||||
$_item['target'] = $_item['urlextra'] = $app_data['target'];
|
$_item['target'] = $_item['urlextra'] = $app_data['target'];
|
||||||
$_item['text'] = $_item['label'] = $alt_label ? $alt_label : $app_data['title'];
|
$_item['text'] = $_item['label'] = $alt_label ? $alt_label : $app_data['title'];
|
||||||
$this->tplsav2->menuitems[] = $_item;
|
$this->tplsav2->menuitems[] = $_item;
|
||||||
$this->tplsav2->icon_or_star = $GLOBALS['egw_info']['server']['webserver_url'] . '/phpgwapi/templates/'.$this->template.'/images'.'/orange-ball.png';
|
$this->tplsav2->icon_or_star = common::image('phpgwapi','bullet');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@ -642,7 +642,7 @@ egw.set_user('.$GLOBALS['egw']->accounts->json($GLOBALS['egw_info']['user']['acc
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$var['icon_or_star']='<img class="sideboxstar" src="'.$GLOBALS['egw_info']['server']['webserver_url'] . '/phpgwapi/templates/'.$this->template.'/images'.'/orange-ball.png" width="9" height="9" alt="ball"/>';
|
$var['icon_or_star']='<img class="sideboxstar" src="'.common::image('phpgwapi', 'bullet').'" width="9" height="9" alt="ball"/>';
|
||||||
$var['target'] = '';
|
$var['target'] = '';
|
||||||
if(is_array($item_link))
|
if(is_array($item_link))
|
||||||
{
|
{
|
||||||
|
Before Width: | Height: | Size: 472 B After Width: | Height: | Size: 472 B |
Loading…
Reference in New Issue
Block a user