mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2024-10-31 19:02:30 +00:00
28 lines
722 B
XML
28 lines
722 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<metadata>
|
||
|
<layout title="com_weblinks_weblink_view_default_title" option="com_weblinks_weblink_view_default_option">
|
||
|
<help
|
||
|
key = "JHELP_MENUS_MENU_ITEM_WEBLINK_SINGLE_WEBLINK"
|
||
|
/>
|
||
|
<message>
|
||
|
<![CDATA[com_weblinks_weblink_view_default_desc]]>
|
||
|
</message>
|
||
|
</layout>
|
||
|
|
||
|
<fields name="request">
|
||
|
<fieldset name="request"
|
||
|
addfieldpath="/administrator/components/com_weblinks/models/fields">
|
||
|
|
||
|
<field name="id" type="modal_weblink"
|
||
|
label="COM_WEBLINKS_FIELD_SELECT_WEBLINK_LABEL"
|
||
|
required="true"
|
||
|
select="true"
|
||
|
new="true"
|
||
|
edit="true"
|
||
|
clear="true"
|
||
|
description="COM_WEBLINKS_FIELD_SELECT_WEBLINK_DESC"
|
||
|
/>
|
||
|
</fieldset>
|
||
|
</fields>
|
||
|
</metadata>
|