| Line 53... |
Line 53... |
| 53 |
<input id="newsletterName" name="newsletterName" type="text" value="$campaignName" readonly="readonly"/>
|
53 |
<input id="newsletterName" name="newsletterName" type="text" value="$campaignName" readonly="readonly"/>
|
| 54 |
<br></br>
|
54 |
<br></br>
|
| 55 |
<label for="imagePath">Image Path : </label>
|
55 |
<label for="imagePath">Image Path : </label>
|
| 56 |
<input name="userImage" id="file" type="file" />
|
56 |
<input name="userImage" id="file" type="file" />
|
| 57 |
<br></br>
|
57 |
<br></br>
|
| 58 |
<label for="imageName">Image Name : </label>
|
58 |
<label for="fileExtention">Image Extension : </label>
|
| 59 |
<input id="imageName" name="imageName" type="text"/>
|
- |
|
| 60 |
<span style="color:red;">*File extention mandatory</span>
|
59 |
<select name="fileExtention" id="fileExtention"><option selected="selected" value="jpg">jpg</option><option value="jpeg">jpeg</option><option value="png">png</option><option value="gif">gif</option></select>
|
| 61 |
<br></br>
|
60 |
<br></br>
|
| 62 |
<input type="submit" value="Update" name="upload" />
|
61 |
<input type="submit" value="Update" name="upload" />
|
| 63 |
</form>
|
62 |
</form>
|
| 64 |
</div>
|
63 |
</div>
|
| 65 |
<div id="campaign" style="padding-top: 20px;">
|
64 |
<div id="campaign" style="padding-top: 20px;">
|