- add template parameter showAdminLinks which hides all administrative links in admin_cellphone_data.tpl template
- added missing i18n string
- removed CSS property from data_label as it caused deformation (better fix it with an additional div/span tag)
ADMIN_CELLPHONE_NUMBER_REQUIRED=Bitte Mobilfunknummer angeben.
BUTTON_ADMIN_DELETE_CELLPHONE=Mobilfunknummer l\u00f6schen
ADMIN_DELETE_CELLPHONE_DATA_NOTICE=Wenn Sie die Mobilfunknummer l\u00f6schen, steht diese nicht mehr im System zur Verf\u00fcgung. Bitte \u00fcberlegen Sie genau, ob Sie dies wollen.
+ADMIN_DELETE_CELLPHONE_TITLE=Wollen Sie die Mobilfunknummer wirklich l\u00f6schen?
ADMIN_CELLPHONE_NUMBER_REQUIRED=Please enter a cell phone number.
BUTTON_ADMIN_DELETE_CELLPHONE=Delete cell phone number
ADMIN_DELETE_CELLPHONE_DATA_NOTICE=If you delete the cell phone number, it won't be available anymore for anything. Please consider carefully if you really want this.
+ADMIN_DELETE_CELLPHONE_TITLE=Do you really want to delete the cell phone number?
<h:outputText id="cellphoneNumber" styleClass="data_field" value="#{beanHelper.cellPhoneNumber.cellphoneProvider.providerCountry.countryExternalDialPrefix}#{beanHelper.cellPhoneNumber.cellphoneProvider.providerDialPrefix}-#{beanHelper.cellPhoneNumber.phoneNumber}" />
</h:column>
- <h:column>
+ <h:column rendered="#{empty showAdminLinks or showAdminLinks}">
<h:outputLabel styleClass="data_label" value="#{msg.ADMIN_SHOW_CELLPHONE_LINKS}" />
<div class="data_field">
<div class="para">
<ui:include src="/WEB-INF/templates/admin/cellphone/admin_cellphone_data.tpl">
<ui:param name="isShowPage" value="#{false}" />
+ <ui:param name="showAdminLinks" value="#{false}" />
</ui:include>
</div>
.data_label {
font-weight: bold;
- background-color: #dddddd;
- padding-left: 2px;
+ background-color: #dddddd;
}
.unlink_link {