Commit d5a1d7c7be5ed63c8028dd9eb1dcd81506f415ab
1 parent
57569bad
add some icon names as shortcut for icon path
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
web/widgets/button.anubis
| ... | ... | @@ -11,6 +11,12 @@ read calexium_lib/web/CXM_jquery.anubis |
| 11 | 11 | read calexium_lib/web/js_tools.anubis |
| 12 | 12 | read tools/basis.anubis |
| 13 | 13 | |
| 14 | +public define String icn16_cross = "icons/16x16/cross.png". | |
| 15 | +public define String icn16_edit = "icons/16x16/edit.png". | |
| 16 | +public define String icn16_check = "icons/16x16/check.png". | |
| 17 | +public define String icn16_phone = "icons/16x16/phone.png". | |
| 18 | +public define String icn16_locked = "icons/16x16/locked.png". | |
| 19 | + | |
| 14 | 20 | public define HTML_Partial_Content |
| 15 | 21 | img_button |
| 16 | 22 | ( | ... | ... |