Icons for Status Bar Clickable Links

Can an icon be assigned to the "A" tags?
Also consider making the status bar a field type dropin (like the Everything field or spacer fields). Then users could have a toolbar at the bottom (or inside any horizontal toolbar, even in the title bar) with fully functional buttons and menus with a status bar placed inside. This would allow users to position it before or after buttons and menus at their discretion.

Continuing the discussion from Directory Opus 13.24.4 (Beta):

You can put anything you like between the <a> and the </a> tags, e.g. <a>{i:file}</a>.

Many thanks for large icons :slight_smile:
image
image

need to be able to assign an alternative {fl} icon, perhaps something like

{fl:%tbim:iconlarge}

You can do it now if you want, internally {fl} turns into:

<a href="#" id="fl" text="%fl%">...</a>

great stuff - many thanks again :slight_smile:

Thank you so much! I used your code as a reference to implement the {qkh} replacement feature. Sharing it here for anyone else who might need it:
<a href="Prefs PAGE=fayt" id="qkh" text="%qkh%">test</a>
image