Fix title in progress type editing window
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
c0cb24aade
commit
7a85e0ee56
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 & Continue')}" />
|
||||
</window>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue