File modules/cms/ui/themes/default/html/views/object/bookmark.tpl.src.xml
Last commit: Sun Dec 8 20:56:47 2024 +0100 Jan Dankert New: Users are now able to store bookmarks.
1 <output xmlns="http://www.openrat.de/template" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.openrat.de/template ../../../../../../../template_engine/components/template.xsd"> 2 3 <form autosave="true"> 4 <fieldset label=""> 5 <checkbox name="bookmark" label="${message:menu_bookmark}" /> 6 </fieldset> 7 </form> 8 9 </output>
Downloadmodules/cms/ui/themes/default/html/views/object/bookmark.tpl.src.xml
History Sun, 8 Dec 2024 20:56:47 +0100 Jan Dankert New: Users are now able to store bookmarks.