diff options
| author | wjames5 <will@tekimaki.com> | 2008-07-06 13:46:44 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2008-07-06 13:46:44 +0000 |
| commit | 9b29132fd547b42a1a5e510dbb033a3a873432c2 (patch) | |
| tree | 84baeae17e0ed4b01777e4262943bc88059c98b9 /templates | |
| parent | 7fd03503ac60c8199eb2fd5614b08df1a6bb3eab (diff) | |
| download | articles-9b29132fd547b42a1a5e510dbb033a3a873432c2.tar.gz articles-9b29132fd547b42a1a5e510dbb033a3a873432c2.tar.bz2 articles-9b29132fd547b42a1a5e510dbb033a3a873432c2.zip | |
pass form id to attachments for ajax
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/edit_article.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/edit_article.tpl b/templates/edit_article.tpl index dd3486a..6a7c858 100644 --- a/templates/edit_article.tpl +++ b/templates/edit_article.tpl @@ -159,9 +159,9 @@ {/jstab} {if $gBitSystem->isFeatureActive( 'articles_attachments' ) && $gBitUser->hasPermission('p_liberty_attach_attachments') } - {jstab title="Attachment Browser"} + {jstab title="Attachments"} {legend legend="Attachment Browser"} - {include file="bitpackage:liberty/edit_storage.tpl"} + {include file="bitpackage:liberty/edit_storage.tpl" formid="writearticle"} {/legend} {/jstab} {/if} |
