[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/administrator/components/com_menus/presets/ -> alternate.xml (source)

   1  <?xml version="1.0"?>
   2  <menu
   3      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
   4      xmlns="urn:joomla.org"
   5      xsi:schemaLocation="urn:joomla.org menu.xsd"
   6      >
   7      <menuitem
   8          title="MOD_MENU_CONTROL_PANEL"
   9          type="component"
  10          element="com_cpanel"
  11          link="index.php?option=com_cpanel&amp;view=cpanel"
  12          class="class:home"
  13      />
  14      <menuitem
  15          title="MOD_MENU_SYSTEM"
  16          type="heading"
  17          icon="wrench"
  18          class="class:wrench"
  19          >
  20  
  21          <menuitem
  22              title="MOD_MENU_CONFIGURATION"
  23              type="component"
  24              element="com_config"
  25              link="index.php?option=com_config&amp;view=application"
  26          />
  27  
  28          <menuitem
  29              title="MOD_MENU_GLOBAL_CHECKIN"
  30              type="component"
  31              element="com_checkin"
  32              link="index.php?option=com_checkin&amp;view=checkin"
  33          />
  34  
  35          <menuitem
  36              title="MOD_MENU_CLEAR_CACHE"
  37              type="component"
  38              element="com_cache"
  39              link="index.php?option=com_cache&amp;view=cache"
  40          />
  41  
  42          <menuitem
  43              title="MOD_MENU_SYSTEM_INFORMATION"
  44              type="component"
  45              element="com_admin"
  46              link="index.php?option=com_admin&amp;view=sysinfo"
  47          />
  48      </menuitem>
  49  
  50      <menuitem
  51          title="MOD_MENU_COM_USERS"
  52          type="heading"
  53          icon="users"
  54          class="class:users"
  55          >
  56          <menuitem
  57              title="COM_USERS_MENUS_USER_MANAGER"
  58              quicktask-title="COM_USERS_MENUS_ADD_USER"
  59              type="component"
  60              element="com_users"
  61              link="index.php?option=com_users&amp;view=users"
  62              quicktask="index.php?option=com_users&amp;task=user.add"
  63          />
  64  
  65          <menuitem
  66              title="COM_USERS_MENUS_GROUPS"
  67              type="component"
  68              element="com_users"
  69              link="index.php?option=com_users&amp;view=groups"
  70          />
  71  
  72          <menuitem
  73              title="COM_USERS_MENUS_LEVELS"
  74              type="component"
  75              element="com_users"
  76              link="index.php?option=com_users&amp;view=levels"
  77          />
  78  
  79          <menuitem
  80              type="separator"
  81          />
  82  
  83          <menuitem
  84              title="MOD_MENU_FIELDS"
  85              type="component"
  86              element="com_fields"
  87              link="index.php?option=com_fields&amp;context=com_users.user"
  88          />
  89  
  90          <menuitem
  91              title="MOD_MENU_FIELDS_GROUP"
  92              type="component"
  93              element="com_fields"
  94              link="index.php?option=com_fields&amp;view=groups&amp;context=com_users.user"
  95          />
  96  
  97          <menuitem
  98              type="separator"
  99          />
 100  
 101          <menuitem
 102              title="COM_USERS_MENUS_NOTES"
 103              type="component"
 104              element="com_users"
 105              link="index.php?option=com_users&amp;view=notes"
 106          />
 107  
 108          <menuitem
 109              title="COM_USERS_MENUS_NOTE_CATEGORIES"
 110              type="component"
 111              element="com_categories"
 112              link="index.php?option=com_categories&amp;view=categories&amp;extension=com_users"
 113          />
 114  
 115          <menuitem
 116              type="separator"
 117          />
 118  
 119          <menuitem
 120              title="MOD_MENU_COM_PRIVACY"
 121              type="heading"
 122              icon="user-secret"
 123              class="class:privacy"
 124              dashboard="privacy"
 125              >
 126              <menuitem
 127                  title="MOD_MENU_COM_PRIVACY_REQUESTS"
 128                  type="component"
 129                  element="com_privacy"
 130                  link="index.php?option=com_privacy&amp;view=requests"
 131              />
 132  
 133              <menuitem
 134                  title="MOD_MENU_COM_PRIVACY_CAPABILITIES"
 135                  type="component"
 136                  element="com_privacy"
 137                  link="index.php?option=com_privacy&amp;view=capabilities"
 138              />
 139  
 140              <menuitem
 141                  title="MOD_MENU_COM_PRIVACY_CONSENTS"
 142                  type="component"
 143                  element="com_privacy"
 144                  link="index.php?option=com_privacy&amp;view=consents"
 145              />
 146          </menuitem>
 147  
 148          <menuitem
 149              title="MOD_MENU_COM_ACTIONLOGS"
 150              type="component"
 151              element="com_actionlogs"
 152              link="index.php?option=com_actionlogs&amp;view=actionlogs"
 153              class="class:userlogs"
 154          />
 155  
 156          <menuitem
 157              type="separator"
 158          />
 159  
 160          <menuitem
 161              title="MOD_MENU_MASS_MAIL_USERS"
 162              type="component"
 163              element="com_users"
 164              link="index.php?option=com_users&amp;view=mail"
 165              scope="massmail"
 166          />
 167  
 168          <menuitem
 169              type="separator"
 170          />
 171  
 172          <menuitem
 173              title="MOD_MENU_MESSAGING"
 174              type="component"
 175              element="com_messages"
 176              link="index.php?option=com_messages&amp;view=messages"
 177              >
 178              <menuitem
 179                  title="MOD_MENU_MESSAGING_NEW"
 180                  type="component"
 181                  element="com_messages"
 182                  link="index.php?option=com_messages&amp;task=message.add"
 183              />
 184  
 185              <menuitem
 186                  title="MOD_MENU_MESSAGING_PRIVATE"
 187                  type="component"
 188                  element="com_messages"
 189                  link="index.php?option=com_messages&amp;view=messages"
 190              />
 191          </menuitem>
 192      </menuitem>
 193  
 194      <menuitem
 195          title="MOD_MENU_MENUS"
 196          type="heading"
 197          icon="list"
 198          class="class:list"
 199          >
 200          <menuitem
 201              title="MOD_MENU_MENU_MANAGER"
 202              type="component"
 203              element="com_menus"
 204              link="index.php?option=com_menus&amp;view=menus"
 205          />
 206  
 207          <menuitem
 208              type="separator"
 209          />
 210  
 211          <menuitem
 212              title="MOD_MENU_MENUS_ALL_ITEMS"
 213              type="component"
 214              element="com_menus"
 215              link="index.php?option=com_menus&amp;view=items&amp;menutype="
 216          />
 217  
 218          <!--
 219          Following is an example of repeatable group based on simple database query.
 220          This requires sql_* attributes (sql_select and sql_from are required)
 221          The values can be used like - "{sql:columnName}" in any attribute of repeated elements.
 222          The repeated elements are place inside this xml node but they will be populated in the same level in the rendered menu
 223          -->
 224          <menuitem
 225              type="separator"
 226              title="JSITE"
 227              hidden="false"
 228              sql_select="a.id, a.title, a.menutype, CASE COALESCE(SUM(m.home), 0) WHEN 0 THEN '' WHEN 1 THEN CASE m.language WHEN '*' THEN 'class:icon-home' ELSE CONCAT('image:', l.lang_code) END ELSE 'image:mod_languages/icon-16-language.png' END AS icon"
 229              sql_from="#__menu_types AS a"
 230              sql_where="a.client_id = 0"
 231              sql_leftjoin="#__menu AS m ON m.menutype = a.menutype AND m.home = 1 LEFT JOIN #__languages AS l ON l.lang_code = m.language"
 232              sql_group="a.id, a.title, a.menutype, m.language, l.lang_code"
 233              sql_order="a.id DESC"
 234              >
 235              <menuitem
 236                  title="{sql:title} "
 237                  quicktask-title="MOD_MENU_MENU_MANAGER_NEW_SITE_MENU_ITEM"
 238                  type="component"
 239                  element="com_menus"
 240                  link="index.php?option=com_menus&amp;view=items&amp;menutype={sql:menutype}"
 241                  icon="{sql:icon}"
 242                  class="class:menu"
 243                  quicktask="index.php?option=com_menus&amp;task=item.add&amp;menutype={sql:menutype}"
 244              />
 245          </menuitem>
 246  
 247          <menuitem
 248              type="separator"
 249              title="JADMINISTRATOR"
 250              hidden="false"
 251              sql_select="title, menutype"
 252              sql_from="#__menu_types"
 253              sql_where="client_id = 1"
 254              sql_order="id DESC"
 255              >
 256              <menuitem
 257                  title="{sql:title}"
 258                  quicktask-title="MOD_MENU_MENU_MANAGER_NEW_ADMIN_MENU_ITEM"
 259                  type="component"
 260                  element="com_menus"
 261                  link="index.php?option=com_menus&amp;view=items&amp;menutype={sql:menutype}"
 262                  icon="{sql:icon}"
 263                  class="class:menu"
 264                  quicktask="index.php?option=com_menus&amp;task=item.add&amp;client_id=1&amp;menutype={sql:menutype}"
 265              />
 266          </menuitem>
 267      </menuitem>
 268  
 269      <menuitem
 270          title="MOD_MENU_COM_CONTENT"
 271          type="heading"
 272          icon="file-alt"
 273          class="class:file-alt"
 274          >
 275          <menuitem
 276              title="COM_CONTENT_MENUS_ARTICLE_MANAGER"
 277              quicktask-title="COM_CONTENT_MENUS_NEW_ARTICLE"
 278              type="component"
 279              element="com_content"
 280              link="index.php?option=com_content&amp;view=articles"
 281              quicktask="index.php?option=com_content&amp;task=article.add"
 282          />
 283  
 284          <menuitem
 285              title="COM_CONTENT_MENUS_CATEGORY_MANAGER"
 286              quicktask-title="COM_CONTENT_MENUS_NEW_CATEGORY"
 287              type="component"
 288              element="com_categories"
 289              link="index.php?option=com_categories&amp;view=categories&amp;extension=com_content"
 290              quicktask="index.php?option=com_categories&amp;extension=com_content&amp;task=category.add"
 291          />
 292  
 293          <menuitem
 294              title="COM_CONTENT_MENUS_FEATURED"
 295              type="component"
 296              element="com_content"
 297              link="index.php?option=com_content&amp;view=featured"
 298          />
 299  
 300          <menuitem
 301              type="separator"
 302          />
 303  
 304          <menuitem
 305              title="COM_CONTENT_MENUS_WORKFLOW"
 306              type="component"
 307              element="com_workflow"
 308              link="index.php?option=com_workflow&amp;view=workflows&amp;extension=com_content.article"
 309          />
 310  
 311          <menuitem
 312              type="separator"
 313          />
 314  
 315          <menuitem
 316              title="MOD_MENU_FIELDS"
 317              type="component"
 318              element="com_fields"
 319              link="index.php?option=com_fields&amp;context=com_content.article"
 320          />
 321  
 322          <menuitem
 323              title="MOD_MENU_FIELDS_GROUP"
 324              type="component"
 325              element="com_fields"
 326              link="index.php?option=com_fields&amp;view=groups&amp;context=com_content.article"
 327          />
 328      </menuitem>
 329  
 330      <menuitem
 331          title="MOD_MENU_MEDIA_MANAGER"
 332          type="component"
 333          element="com_media"
 334          link="index.php?option=com_media&amp;view=media"
 335          class="class:image"
 336      />
 337  
 338      <menuitem
 339          title="MOD_MENU_COMPONENTS"
 340          type="container"
 341          class="class:puzzle-piece"
 342          >
 343          <menuitem
 344              title="COM_JOOMLAUPDATE"
 345              type="component"
 346              element="com_joomlaupdate"
 347              link="index.php?option=com_joomlaupdate&amp;view=joomlaupdate"
 348              class="class:component"
 349              permission="core.manage;com_joomlaupdate"
 350          />
 351  
 352          <menuitem
 353              title="COM_POSTINSTALL"
 354              type="component"
 355              element="com_postinstall"
 356              link="index.php?option=com_postinstall&amp;view=messages"
 357              class="class:component"
 358          />
 359  
 360          <menuitem
 361              title="MOD_MENU_MANAGE_REDIRECTS"
 362              type="component"
 363              element="com_redirect"
 364              link="index.php?option=com_redirect&amp;view=links"
 365              permission="core.manage;com_redirect"
 366          />
 367  
 368          <menuitem
 369              title="MOD_MENU_MANAGE_SCHEDULED_TASKS"
 370              type="component"
 371              element="com_scheduler"
 372              link="index.php?option=com_scheduler&amp;view=tasks"
 373              permission="core.manage;com_scheduler"
 374          />
 375      </menuitem>
 376  
 377      <menuitem
 378          title="MOD_MENU_EXTENSIONS_EXTENSIONS"
 379          type="heading"
 380          icon="cubes"
 381          class="class:cubes"
 382          >
 383          <menuitem
 384              title="MOD_MENU_EXTENSIONS_EXTENSION_MANAGER"
 385              type="component"
 386              element="com_installer"
 387              link="index.php?option=com_installer&amp;view=manage">
 388              <menuitem
 389                  title="MOD_MENU_INSTALLER_SUBMENU_INSTALL"
 390                  type="component"
 391                  element="com_installer"
 392                  link="index.php?option=com_installer&amp;view=install"
 393              />
 394  
 395              <menuitem
 396                  title="MOD_MENU_INSTALLER_SUBMENU_UPDATE"
 397                  type="component"
 398                  element="com_installer"
 399                  link="index.php?option=com_installer&amp;view=update"
 400              />
 401  
 402              <menuitem
 403                  title="MOD_MENU_INSTALLER_SUBMENU_MANAGE"
 404                  type="component"
 405                  element="com_installer"
 406                  link="index.php?option=com_installer&amp;view=manage"
 407              />
 408  
 409              <menuitem
 410                  title="MOD_MENU_INSTALLER_SUBMENU_DISCOVER"
 411                  type="component"
 412                  element="com_installer"
 413                  link="index.php?option=com_installer&amp;view=discover"
 414              />
 415  
 416              <menuitem
 417                  title="MOD_MENU_INSTALLER_SUBMENU_DATABASE"
 418                  type="component"
 419                  element="com_installer"
 420                  link="index.php?option=com_installer&amp;view=database"
 421              />
 422  
 423              <menuitem
 424                  title="MOD_MENU_INSTALLER_SUBMENU_WARNINGS"
 425                  type="component"
 426                  element="com_installer"
 427                  link="index.php?option=com_installer&amp;view=warnings"
 428              />
 429  
 430              <menuitem
 431                  title="MOD_MENU_INSTALLER_SUBMENU_LANGUAGES"
 432                  type="component"
 433                  element="com_installer"
 434                  link="index.php?option=com_installer&amp;view=languages"
 435              />
 436  
 437              <menuitem
 438                  title="MOD_MENU_INSTALLER_SUBMENU_UPDATESITES"
 439                  type="component"
 440                  element="com_installer"
 441                  link="index.php?option=com_installer&amp;view=updatesites"
 442              />
 443          </menuitem>
 444  
 445          <menuitem
 446              title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_SITE"
 447              quicktask-title="COM_CONTENT_MENUS_NEW_SITE_MODULE"
 448              type="component"
 449              element="com_modules"
 450              link="index.php?option=com_modules&amp;view=modules&amp;client_id=0"
 451              quicktask="index.php?option=com_modules&amp;view=select&amp;client_id=0"
 452          />
 453  
 454          <menuitem
 455              title="MOD_MENU_EXTENSIONS_MODULE_MANAGER_ADMINISTRATOR"
 456              quicktask-title="COM_CONTENT_MENUS_NEW_ADMIN_MODULE"
 457              type="component"
 458              element="com_modules"
 459              link="index.php?option=com_modules&amp;view=modules&amp;client_id=1"
 460              quicktask="index.php?option=com_modules&amp;view=select&amp;client_id=1"
 461          />
 462  
 463          <menuitem
 464              title="MOD_MENU_EXTENSIONS_PLUGIN_MANAGER"
 465              type="component"
 466              element="com_plugins"
 467              link="index.php?option=com_plugins&amp;view=plugins"
 468          />
 469  
 470          <menuitem
 471              title="MOD_MENU_EXTENSIONS_TEMPLATE_MANAGER"
 472              type="component"
 473              element="com_templates"
 474              link="index.php?option=com_templates">
 475              <menuitem
 476                  title="MOD_MENU_COM_TEMPLATES_SUBMENU_STYLES"
 477                  type="component"
 478                  element="com_templates"
 479                  link="index.php?option=com_templates&amp;view=styles&amp;client_id=0"
 480              />
 481  
 482              <menuitem
 483                  title="MOD_MENU_COM_TEMPLATES_SUBMENU_TEMPLATES"
 484                  type="component"
 485                  element="com_templates"
 486                  link="index.php?option=com_templates&amp;view=templates"
 487              />
 488  
 489              <menuitem
 490                  title="MOD_MENU_COM_MAILS_TEMPLATES"
 491                  type="component"
 492                  element="com_mails"
 493                  link="index.php?option=com_mails&amp;view=templates"
 494              />
 495          </menuitem>
 496  
 497          <menuitem
 498              title="MOD_MENU_EXTENSIONS_LANGUAGE_MANAGER"
 499              type="component"
 500              element="com_languages"
 501              link="index.php?option=com_languages&amp;view=installed">
 502              <menuitem
 503                  title="MOD_MENU_COM_LANGUAGES_SUBMENU_INSTALLED"
 504                  type="component"
 505                  element="com_languages"
 506                  link="index.php?option=com_languages&amp;view=installed"
 507              />
 508  
 509              <menuitem
 510                  title="MOD_MENU_COM_LANGUAGES_SUBMENU_CONTENT"
 511                  type="component"
 512                  element="com_languages"
 513                  link="index.php?option=com_languages&amp;view=languages"
 514              />
 515  
 516              <menuitem
 517                  title="MOD_MENU_COM_LANGUAGES_SUBMENU_OVERRIDES"
 518                  type="component"
 519                  element="com_languages"
 520                  link="index.php?option=com_languages&amp;view=overrides"
 521              />
 522          </menuitem>
 523      </menuitem>
 524  
 525      <menuitem
 526          title="MOD_MENU_HELP"
 527          type="heading"
 528          icon="info-circle"
 529          class="class:info-circle"
 530          >
 531          <menuitem
 532              type="component"
 533              title="MOD_MENU_HELP_JOOMLA"
 534              element="com_admin"
 535              link="index.php?option=com_admin&amp;view=help"
 536              scope="help"
 537          />
 538  
 539          <menuitem
 540              type="separator"
 541          />
 542  
 543          <menuitem
 544              type="url"
 545              target="_blank"
 546              title="MOD_MENU_HELP_SUPPORT_OFFICIAL_FORUM"
 547              link="https://forum.joomla.org"
 548              scope="help"
 549          />
 550  
 551          <menuitem
 552              type="url"
 553              target="_blank"
 554              title="MOD_MENU_HELP_SUPPORT_CUSTOM_FORUM"
 555              link="special:custom-forum"
 556              scope="help"
 557          />
 558  
 559          <menuitem
 560              type="url"
 561              target="_blank"
 562              title="MOD_MENU_HELP_SUPPORT_OFFICIAL_LANGUAGE_FORUM"
 563              link="special:language-forum"
 564              scope="help"
 565          />
 566  
 567          <menuitem
 568              type="url"
 569              target="_blank"
 570              title="MOD_MENU_HELP_DOCUMENTATION"
 571              link="https://docs.joomla.org"
 572              scope="help"
 573          />
 574  
 575          <menuitem
 576              type="separator"
 577          />
 578  
 579          <menuitem
 580              type="url"
 581              target="_blank"
 582              title="MOD_MENU_HELP_EXTENSIONS"
 583              link="https://extensions.joomla.org"
 584              scope="help"
 585          />
 586  
 587          <menuitem
 588              type="url"
 589              target="_blank"
 590              title="MOD_MENU_HELP_TRANSLATIONS"
 591              link="https://downloads.joomla.org/language-packs"
 592              scope="help"
 593          />
 594  
 595          <menuitem
 596              type="url"
 597              target="_blank"
 598              title="MOD_MENU_HELP_RESOURCES"
 599              link="https://community.joomla.org/service-providers-directory/"
 600              scope="help"
 601          />
 602  
 603          <menuitem
 604              type="url"
 605              target="_blank"
 606              title="MOD_MENU_HELP_COMMUNITY"
 607              link="https://community.joomla.org"
 608              scope="help"
 609          />
 610  
 611          <menuitem
 612              type="url"
 613              target="_blank"
 614              title="MOD_MENU_HELP_SECURITY"
 615              link="https://developer.joomla.org/security-centre.html"
 616              scope="help"
 617          />
 618  
 619          <menuitem
 620              type="url"
 621              target="_blank"
 622              title="MOD_MENU_HELP_DEVELOPER"
 623              link="https://developer.joomla.org"
 624              scope="help"
 625          />
 626  
 627          <menuitem
 628              type="url"
 629              target="_blank"
 630              title="MOD_MENU_HELP_XCHANGE"
 631              link="https://joomla.stackexchange.com"
 632              scope="help"
 633          />
 634  
 635          <menuitem
 636              type="url"
 637              target="_blank"
 638              title="MOD_MENU_HELP_SHOP"
 639              link="https://community.joomla.org/the-joomla-shop.html"
 640              scope="help"
 641          />
 642      </menuitem>
 643  </menu>


Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer