29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-26 07:13:21 +00:00
cms/administrator/components/com_menus/forms/itemadmin_container.xml
Brian Teeman e4b9c4dcb3 [4.0] remove popover (#17071)
* [4.0] com_banners remove popover

This is a proof of concept for #17044 to remove the redundant popovers.

PURELY for the purpose of testing this concept I have quickly displayed the remaining popover as inline text - THIS PART IS NOT FOR REVIEW - it is just to demonstrate how few remaining descriptions we will have

In addition you will notice that the remainining descriptions are not very good. They are manuals not tips, hints or descritpions and can be drastically reduced or rewritten. AGAIN this text is not for review here

* demonstration only

* add com_content config options

* contact item

* one more

* missed one

* added com_users

* menus

* finish com_menus

* com_joomlaupdate

* com_messages

* com_messages

* com_newsfeeds

* com_redirects

* com_search

* com_finder

* com_tags

* com_templates

* com_templates

* com_plugins

* modules first pass

* com_content, com_categories and various

* user profile

* profile again

* com_admin, com_config

* cleanup

* com_fields, com_languages

* user plugins

* plugins two factor

* plugins system

* plugins search

* plugins - authentication

* plugins - captcha

* plugins - content

* plugins - editors

* plugins fields

* oops forgot some modules

* front end views and menu options

* further review

* mod _related

* further remove

* pagination results to pagination summary

* tabs

* language stemmer

* undo

* show rss link

* oops i forgot the tags component

* missed some

* com-config tidyup

* unused banners strings

* unused strings

* frontend edit profile

* mod_feed

* mod articles latest

* modules

* more module stuff

* Labels and descriptions are not used in filters

* review again

* complete module review

* plugin review

* oops i forgot to save this file before committing
2017-07-28 10:25:41 +01:00

71 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<form>
<fieldset>
<!-- Container type menu item does not have a navigation -->
<field
name="link"
type="hidden"
/>
<field
name="browserNav"
type="hidden"
default="0"
/>
</fieldset>
<fields name="params">
<fieldset name="menu-options" label="COM_MENUS_LINKTYPE_OPTIONS_LABEL">
<field
name="menu-anchor_title"
type="text"
label="COM_MENUS_ITEM_FIELD_ANCHOR_TITLE_LABEL"
/>
<field
name="menu-anchor_css"
type="text"
label="COM_MENUS_ITEM_FIELD_ANCHOR_CSS_LABEL"
/>
<field
name="menu_image"
type="media"
label="COM_MENUS_ITEM_FIELD_MENU_IMAGE_LABEL"
/>
<field
name="menu_text"
type="radio"
label="COM_MENUS_ITEM_FIELD_MENU_TEXT_LABEL"
class="switcher"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
<field
name="menu_show"
type="radio"
label="COM_MENUS_ITEM_FIELD_MENU_SHOW_LABEL"
class="switcher"
default="1"
filter="integer"
>
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
<field
name="hideitems"
type="checkboxes"
label="COM_MENUS_ITEM_FIELD_COMPONENTS_CONTAINER_HIDE_ITEMS_LABEL"
description="COM_MENUS_ITEM_FIELD_COMPONENTS_CONTAINER_HIDE_ITEMS_DESC"
filter="array"
/>
</fields>
<help key="JHELP_MENUS_MENU_ITEM_MENU_ITEM_CONTAINER"/>
</form>