Some bugfixes for the localizedStringEditor
parent
12a3d14233
commit
e36d9eb924
|
|
@ -52,10 +52,12 @@
|
||||||
shortDescription="Label for the edit button"
|
shortDescription="Label for the edit button"
|
||||||
type="String" />
|
type="String" />
|
||||||
<cc:attribute name="editDialogCancelLabel"
|
<cc:attribute name="editDialogCancelLabel"
|
||||||
|
default="Cancel"
|
||||||
required="false"
|
required="false"
|
||||||
shortDescription="Label for the cancel and close button of the edit dialog"
|
shortDescription="Label for the cancel and close button of the edit dialog"
|
||||||
type="String" />
|
type="String" />
|
||||||
<cc:attribute name="editDialogSubmitLabel"
|
<cc:attribute name="editDialogSubmitLabel"
|
||||||
|
default="save"
|
||||||
required="false"
|
required="false"
|
||||||
shortDescription="Label for the submit button of the edit dialog"
|
shortDescription="Label for the submit button of the edit dialog"
|
||||||
type="String" />
|
type="String" />
|
||||||
|
|
@ -407,7 +409,7 @@
|
||||||
</c:choose>
|
</c:choose>
|
||||||
<small class="form-text text-muted"
|
<small class="form-text text-muted"
|
||||||
id="#{cc.attrs.editorId}-#{entry.key}-edit-dialog-value-help">
|
id="#{cc.attrs.editorId}-#{entry.key}-edit-dialog-value-help">
|
||||||
#{cc.attrs.addDialogValueHelp}
|
#{cc.attrs.editDialogValueHelp}
|
||||||
</small>
|
</small>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue