Home
last modified time | relevance | path

Searched defs:btn_icon (Results 1 – 4 of 4) sorted by relevance

/dports/net-mgmt/observium/observium/html/pages/device/edit/
H A Dmodules.inc.php133 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
138 $toggle = "Locked"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
144 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
150 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
242 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
248 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
260 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
273 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
357 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
362 $toggle = "Excluded"; $btn_class = ''; $btn_icon = 'icon-lock'; variable
[all …]
H A Dgraphs.inc.php84 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
87 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
H A Dmibs.inc.php102 $toggle = 'Enable'; $btn_class = 'btn-success'; $btn_icon = 'icon-ok'; variable
105 $toggle = "Disable"; $btn_class = "btn-danger"; $btn_icon = 'icon-remove'; variable
/dports/x11/apwal/apwal/src/
H A Dproperty.c190 GtkWidget *btn_icon; in property_build_interface() local