<#include "managegrudata_tabs.html" /> <@tabs tab="customer" /> <@rowBoxHeader i18nTitleKey="grustoragedb.modify_customer.pageTitle">
<@messages errors=errors /> <@fieldInputText i18nLabelKey="grustoragedb.modify_customer.labelCustomerId" inputName="customer_id" mandatory=true value="${customer.customerId}" i18nHelpBlockKey="grustoragedb.modify_customer.labelCustomerId.help" /> <@fieldInputText i18nLabelKey="grustoragedb.modify_customer.labelCustomerEmail" inputName="customer_email" value="${customer.customerEmail}" i18nHelpBlockKey="grustoragedb.modify_customer.labelCustomerEmail.help" /> <@actionButtons button1Name="action_modifyCustomer" button2Name="view_manageCustomers"/>