Fix title in progress type editing window

FEA: ItEr76S04BugFixing
This commit is contained in:
Manuel Rego Casasnovas 2012-07-17 11:07:15 +02:00
parent c0cb24aade
commit 7a85e0ee56
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<window id="${arg.top_id}" title="${arg.title}">
<window id="${arg.top_id}">
<caption id="caption" sclass="caption-title" />
<tabbox>
<tabs>

View file

@ -34,7 +34,7 @@
apply="org.libreplan.web.advance.AdvanceTypeCRUDController">
<vbox id="messagesContainer"></vbox>
<list top_id="listWindow" />
<edition top_id="editWindow" title="${i18n:_('Create Progress Type')}"
<edition top_id="editWindow"
save_button_label="${i18n:_('Save')}" cancel_button_label="${i18n:_('Cancel')}"
save_and_continue_button_label="${i18n:_('Save &amp; Continue')}" />
</window>