- Timestamp:
- 17 Nov 2014, 12:26:33 (10 years ago)
- Location:
- main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/basemanagepage.pt
r11971 r11979 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. kofa" enctype="multipart/form-data"2 i18n:domain="waeup.ikoba" enctype="multipart/form-data" 3 3 autocomplete="off"> 4 4 -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/changepassword.pt
r11977 r11979 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. kofa" enctype="multipart/form-data">2 i18n:domain="waeup.ikoba" enctype="multipart/form-data"> 3 3 4 4 <input type="hidden" name="customer_id" value="" -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/containermanagepage.pt
r11958 r11979 1 <form method="POST" i18n:domain="waeup. kofa" class="form-inline">1 <form method="POST" i18n:domain="waeup.ikoba" class="form-inline"> 2 2 <br /> 3 3 <div class="form-group"> … … 31 31 32 32 <br /><br /> 33 <table class=" kofa-data-table dataTableManage">33 <table class="ikoba-data-table dataTableManage"> 34 34 <thead> 35 35 <tr> -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/containerpage.pt
r11958 r11979 1 <form method="POST" i18n:domain="waeup. kofa" class="form-inline">1 <form method="POST" i18n:domain="waeup.ikoba" class="form-inline"> 2 2 <br /> 3 3 <div class="form-group"> … … 29 29 <input type="hidden" name="old_searchtype" 30 30 tal:attributes="value view/searchtype" /> 31 <table class=" kofa-data-table dataTable">31 <table class="ikoba-data-table dataTable"> 32 32 <thead> 33 33 <tr> -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/imageupload.pt
r11971 r11979 1 <tr i18n:domain="waeup. kofa">1 <tr i18n:domain="waeup.ikoba"> 2 2 <td class="fieldname"> 3 3 <span tal:replace="viewlet/label">FILENAME</span>: -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/loginasstep1.pt
r11967 r11979 1 <form i18n:domain="waeup. kofa" method="post">1 <form i18n:domain="waeup.ikoba" method="post"> 2 2 <p i18n:translate="login_as_intro_1"> 3 3 Kofa is creating a temporary customer password which will replace the -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/requestpw.pt
r11967 r11979 1 1 <form action="." tal:attributes="action request/URL" method="post" 2 i18n:domain="waeup. kofa" enctype="multipart/form-data">2 i18n:domain="waeup.ikoba" enctype="multipart/form-data"> 3 3 4 4 <table class="form-table"> -
main/waeup.ikoba/trunk/src/waeup/ikoba/customers/browser_templates/requestpwmailsent.pt
r11967 r11979 1 <tal:only_email condition = "not: view/password" i18n:domain="waeup. kofa">1 <tal:only_email condition = "not: view/password" i18n:domain="waeup.ikoba"> 2 2 <p tal:condition = "view/email"> 3 3 <span i18n:translate=""> An email with your user name and password … … 17 17 </tal:only_email> 18 18 19 <tal:credentials condition = "view/password" i18n:domain="waeup. kofa">19 <tal:credentials condition = "view/password" i18n:domain="waeup.ikoba"> 20 20 <h3 i18n:translate="">Your login credentials are:</h3> 21 21 <table class="bordered-table span6">
Note: See TracChangeset for help on using the changeset viewer.