Skip to content

Commit

Permalink
*8431* Fix announcement form locale selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Sep 26, 2013
1 parent 21ff435 commit cf3eea0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/manager/announcement/announcementForm.tpl
Expand Up @@ -19,7 +19,7 @@
{/strip}

<br/>
<div id="announcementForm">
<div id="announcement">
<form id="announcementForm" method="post" action="{url op="updateAnnouncement"}">
{if $announcementId}
<input type="hidden" name="announcementId" value="{$announcementId|escape}" />
Expand Down
4 changes: 2 additions & 2 deletions templates/manager/announcement/announcementTypeForm.tpl
Expand Up @@ -20,7 +20,7 @@

<br/>
<div id="announcementType">
<form id="announcementType" method="post" action="{url op="updateAnnouncementType"}">
<form id="announcementTypeForm" method="post" action="{url op="updateAnnouncementType"}">
{if $typeId}
<input type="hidden" name="typeId" value="{$typeId|escape}" />
{/if}
Expand All @@ -35,7 +35,7 @@
{if $typeId}{url|assign:"announcementTypeUrl" op="editAnnouncementType" path=$typeId escape=false}
{else}{url|assign:"announcementTypeUrl" op="createAnnouncementType" escape=false}
{/if}
{form_language_chooser form="announcementType" url=$announcementTypeUrl}
{form_language_chooser form="announcementTypeForm" url=$announcementTypeUrl}
<span class="instruct">{translate key="form.formLanguage.description"}</span>
</td>
</tr>
Expand Down

0 comments on commit cf3eea0

Please sign in to comment.