29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 16:13:42 +00:00

[4.0] Remove unused fields (#25497)

To the best of my ability to search github these "spacer" were added 57c5180fb5

If you look at that PR the code was wrong and the field was never used althoough it was intended to be a spacer before a button.

That button has long since been removed and has never even been in a 3.x release

Let's stop maintaining it
This commit is contained in:
Brian Teeman 2019-07-25 08:01:32 +01:00 committed by George Wilson
parent ad41b4aff8
commit 229f0a44da
3 changed files with 0 additions and 17 deletions

View File

@ -119,12 +119,6 @@
<option value="-2">JTRASHED</option>
</field>
<field
name="buttonspacer"
type="spacer"
label="JGLOBAL_ACTION_PERMISSIONS_LABEL"
/>
<field
name="checked_out"
type="hidden"

View File

@ -80,11 +80,6 @@
multiple="true"
/>
<field
name="buttonspacer"
type="spacer"
/>
<field
name="created"
type="calendar"

View File

@ -96,12 +96,6 @@
<option value="-2">JTRASHED</option>
</field>
<field
name="buttonspacer"
type="spacer"
label="JGLOBAL_ACTION_PERMISSIONS_LABEL"
/>
<field
name="checked_out"
type="hidden"