$power_by = "FrontAccounting";
$power_url = "http://frontaccounting.com";
+ /* Use icon for editkey (=true) righ of combobox. 1 = use, 0 = do not use */
+ $use_icon_for_editkey = 0;
+
/* Creates automatic a default branch with contact. Value 0 do not create auto branch */
$auto_create_branch = 1;
function add_edit_combo($type)
{
- global $path_to_root, $popup_editors;
+ global $path_to_root, $popup_editors, $use_icon_for_editkey;
+ if (!isset($use_icon_for_editkey) || $use_icon_for_editkey==0)
+ return "";
// Derive theme path
$theme_path = $path_to_root . '/themes/' . user_theme();