BUG 4314 Adjustment to uploading photos and Resumes.
This commit is contained in:
committed by
Erik Amaru Ortiz
parent
11a2f1f6fc
commit
0f2cb538b2
@@ -1,5 +1,5 @@
|
||||
<form id="{$form_id}" name="{$form_name}" action="{$form_action}" class="{$form_className}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit='return validateForm("{$form_objectRequiredFields}".parseJSON());'>
|
||||
<div class="borderForm" style="padding-left: 0pt; padding-right: 0pt; width:70%">
|
||||
<div class="borderForm" style="padding-left: 0pt; padding-right: 0pt; width:80%">
|
||||
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
|
||||
<div class="content" style="">
|
||||
<table width="99%">
|
||||
@@ -29,7 +29,11 @@
|
||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.USR_RESUME} </td> //-->
|
||||
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.USR_RESUME}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td class="FormLabel" width="{$form_labelWidth}">{$MAX_FILES_SIZE}</td>
|
||||
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.MAX_FILES_SIZE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="FormTitle" colspan="2" align="">{$form.TITLE1}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm name="myInfo" width="70%" labelWidth="300px" mode="edit" enableTemplate="1">
|
||||
<dynaForm name="myInfo" width="80%" labelWidth="350px" mode="edit" enableTemplate="1">
|
||||
<menuUser type="xmlmenu" xmlfile="users/users_EditOptions"/>
|
||||
<START_DATE type="phpVariable"/>
|
||||
<END_DATE type="phpVariable"/>
|
||||
@@ -16,6 +16,9 @@
|
||||
<USR_RESUME type="file" group="1">
|
||||
<en>Résumé</en>
|
||||
</USR_RESUME>
|
||||
<MAX_FILES_SIZE type="edit" mode="view">
|
||||
<en>Max upload files size in bytes</en>
|
||||
</MAX_FILES_SIZE>
|
||||
<TITLE1 type="title" group="1">
|
||||
<en>Personal Information</en>
|
||||
</TITLE1>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<form id="{$form_id}" name="{$form_name}" action="{$form_action}" class="{$form_className}" method="post" encType="multipart/form-data" style="margin:0px;" onsubmit='return validateForm("{$form_objectRequiredFields}".parseJSON());' >
|
||||
<div class="borderForm" style="padding-left: 0pt; padding-right: 0pt; width:70%" >
|
||||
<div class="borderForm" style="padding-left: 0pt; padding-right: 0pt; width:80%" >
|
||||
<div class="boxTop"><div class="a"></div><div class="b"></div><div class="c"></div></div>
|
||||
<div class="content" style="">
|
||||
<table width="99%">
|
||||
@@ -24,9 +24,13 @@
|
||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.USR_RESUME} </td> //-->
|
||||
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.USR_RESUME}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr>
|
||||
<td class="FormLabel" width="{$form_labelWidth}">{$MAX_FILES_SIZE}</td>
|
||||
<td class="FormFieldContent" width="{$form_fieldContentWidth}">{$form.MAX_FILES_SIZE}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="FormTitle" colspan="2" align="">{$form.TITLE1}</td>
|
||||
</tr>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="FormLabel" width="{$form_labelWidth}"><font color="red">* </font>{$USR_FIRSTNAME}</td>
|
||||
<!-- <td class='FormFieldContent' width="{$form_width}" >{$form.USR_FIRSTNAME} </td> //-->
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<dynaForm name="myInfo" width="70%" labelWidth="300px" mode="edit" enableTemplate="1">
|
||||
<dynaForm name="myInfo" width="80%" labelWidth="350px" mode="edit" enableTemplate="1">
|
||||
<menuUser type="xmlmenu" xmlfile="users/users_NewOptions">
|
||||
<en/>
|
||||
</menuUser>
|
||||
@@ -15,6 +15,9 @@
|
||||
<USR_RESUME type="file" group="1">
|
||||
<en>Résumé</en>
|
||||
</USR_RESUME>
|
||||
<MAX_FILES_SIZE type="edit" mode="view">
|
||||
<en>Max upload files size in bytes</en>
|
||||
</MAX_FILES_SIZE>
|
||||
<TITLE1 type="title" group="1">
|
||||
<en>Personal Information</en>
|
||||
</TITLE1>
|
||||
|
||||
Reference in New Issue
Block a user