-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Images and urls #46
Closed
Closed
Images and urls #46
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php echo JHtml::_('sliders.panel',JText::_('COM_CONTENT_FIELDSET_PUBLISHING'), 'publishing-details'); ?> | ||
<fieldset class="panelform"> | ||
<legend class="element-invisible"><?php echo JText::_('COM_CONTENT_FIELDSET_PUBLISHING'); ?></legend> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is this removed? It's part of the accessibility enhancements from hathor.
This has been committed. Thanks! |
javigomez
pushed a commit
to javigomez/joomla-cms
that referenced
this pull request
Aug 2, 2012
Normalise LTR labels
mwatt
pushed a commit
to mwatt/joomla-cms
that referenced
this pull request
Jul 2, 2016
one missing space
wilsonge
pushed a commit
that referenced
this pull request
Jun 4, 2017
* Codestyle * indent * order * oops * changes requested by @andrepereiradasilva * cs * changes requested by @wojsmol * Update mod_logged.xml (#43) * Update templateDetails.xml (#45) i need to fix my ide!! * Update mod_popular.xml (#44) * Update templateDetails.xml (#57) * Update mod_version.xml (#56) * Update mod_toolbar.xml (#55) * Update mod_title.xml (#54) * Update mod_submenu.xml (#53) * Update mod_status.xml (#52) * Update mod_stats_admin.xml (#51) * Update mod_quickicon.xml (#50) * Update mod_menu.xml (#49) * Update mod_login.xml (#48) * Update mod_latest.xml (#47) * Update mod_feed.xml (#46)
bembelimen
referenced
this pull request
in bembelimen/joomla-cms
Apr 26, 2018
hans2103
pushed a commit
to hans2103/joomla-cms
that referenced
this pull request
Sep 7, 2020
…metismenu-and-html-structure Add Metismenu to Cassiopeia, rework Cassiopeia's HTML structure, use relative CSS sizes
ditsuke
added a commit
to ditsuke/joomla-cms
that referenced
this pull request
Nov 15, 2021
…filter-state Fix list state filter in scheduler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
In the Joomla! 1.6 content table there are two fields which are unused, images and
urls.
This feature uses these fields to hold JSON strings containing respectively
data on up to two images and up to three urls.
In the included layout modifications, one image is assigned to intro text for
use in blog and featured layouts while the other is assigned to the full
article layout. This is a common use case where site designers and webmasters
want to enforce a standard layout of images. Much more detailed control can be
gained by using css and overrides.
The three urls (the number is a bit arbitrary) display in a div that can also
be styled. Again, more complex and interesting layouts can be created via css
and overrides. The links have options to open in various ways that make sense
for different use cases.
In addition both the global options and the new slider contain options to modify the back end editor layout, which makes use of these options more powerful. Administrators
choose whether or not to display the articles options slider and the publishing
options slider in addition to the images and urls slider. These should work as expected (article specific settings should override global). The options to change the display of these sliders should only be available to superadmins and people with configure rights for content. Additionally, administrators have the option to enable or disable the images and urls options in the front end. Finally the global options allow a modification to the editor layout to put the editor area directly below the title if desired.
See discussion at http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=26783