Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
[arreglo] Contról parámetro para adjuntos desde item de menú
Browse files Browse the repository at this point in the history
  • Loading branch information
tuxmerlin committed Nov 2, 2014
1 parent 069bc22 commit 6332002
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions components/com_content/views/article/tmpl/default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,16 @@
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>
<field
name="show_attachments"
type="list"
label="JGLOBAL_SHOW_ATTACHMENTS_LABEL"
description="JGLOBAL_SHOW_ATTACHMENTS_DESC"
>
<option value="">JGLOBAL_USE_GLOBAL</option>
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>

<field
name="show_icons"
Expand Down

0 comments on commit 6332002

Please sign in to comment.