</div>
<div class="para">
- <h:form id="add_category">
+ <h:form id="form_add_category">
<div class="table">
<div class="table_header">
<h:outputText value="#{msg.ADMIN_ADD_CATEGORY_TITLE}" />
<ui:define name="content">
<h:outputText styleClass="errors" value="#{msg.ERROR_CUSTOMER_ID_NOT_FOUND}" rendered="#{empty adminHelper.customer}" />
- <h:form id="admin_edit_customer" rendered="#{not empty adminHelper.customer}">
+ <h:form id="form_admin_edit_customer" rendered="#{not empty adminHelper.customer}">
<div class="table">
<div class="table_header">
<h:outputText value="#{msg.ADMIN_EDIT_CUSTOMER_TITLE}" />
<div class="table_footer">
<h:commandButton class="reset" type="reset" value="#{msg.BUTTON_RESET_FORM}" />
- <h:commandButton class="submit" type="submit" id="register" value="#{msg.BUTTON_ADMIN_EDIT_CUSTOMER}" action="#{adminCustomerController.editCustomerData()}" />
+ <h:commandButton class="submit" type="submit" id="admin_edit_customer" value="#{msg.BUTTON_ADMIN_EDIT_CUSTOMER}" action="#{adminCustomerController.editCustomerData()}" />
</div>
</div>
</h:form>
</h:dataTable>
<div class="table_medium">
- <h:form id="admin_add_customer">
+ <h:form id="form_admin_add_customer">
<div class="table_header">
<h:outputText value="#{msg.ADMIN_ADD_CUSTOMER_TITLE}" />
</div>
</div>
<div class="para">
- <h:form id="add_product">
+ <h:form id="form_add_product">
<div class="table">
<div class="table_header">
<h:outputText value="#{msg.ADMIN_ADD_PRODUCT_TITLE}" />
</h:dataTable>
<h:panelGroup styleClass="table_medium" layout="block">
- <h:form id="admin_add_user">
+ <h:form id="form_admin_add_user">
<div class="table_header">
<h:outputText value="#{msg.ADMIN_ADD_USER_TITLE}" />
</div>
<h:outputText value="#{msg.CHANGE_ITEM_AMOUNT}" />
</f:facet>
- <h:form id="add_item">
+ <h:form id="form_add_item">
<h:commandButton class="submit" id="add" value="#{msg.BUTTON_CHANGE_ITEM_AMOUNT}" action="#{basketController.doChangeItem(item)}" title="#{msg.BUTTON_TITLE_CHANGE_ITEM_AMOUNT}" />
<h:inputText class="input" id="amount" size="3" maxlength="20" value="#{item.orderedAmount}" title="#{msg.INPUT_TITLE_ENTER_ITEM_AMOUNT}">
</div>
<div class="checkout_option_content">
- <h:link class="checkout_option_link" id="checkout_option_login" outcome="login" value="#{msg.LINK_CHECKOUT_OPTION_LOGIN}">
+ <h:link class="checkout_option_link" id="checkout_option_login" outcome="user_login" value="#{msg.LINK_CHECKOUT_OPTION_LOGIN}">
<f:param name="redirect" value="login_checkout" />
</h:link>
</div>
</div>
<div class="checkout_option_content">
- <h:link class="checkout_option_link" id="checkout_option_register" outcome="register" value="#{msg.LINK_CHECKOUT_OPTION_REGISTRATION}">
+ <h:link class="checkout_option_link" id="checkout_option_register" outcome="user_register" value="#{msg.LINK_CHECKOUT_OPTION_REGISTRATION}">
<f:param name="redirect" value="login_checkout" />
</h:link>
</div>
</ui:define>
<ui:define name="content">
+ <!-- @TODO resend_link.xhtml is here! //-->
<h:form id="form_resend_link" rendered="#{featureController.isFeatureEnabled('user_resend_confirmation_link')}">
<div class="table">
<div class="table_header">