removed edit comic tab for the moment

This commit is contained in:
evilhero 2012-09-24 01:51:05 -04:00
parent 8482cba507
commit 69888df457
1 changed files with 7 additions and 4 deletions

View File

@ -91,7 +91,7 @@
<div id="tabs-2">
<table class="comictable" summary="Download Settings">
<tr>
<td>
<td id="mainimg">
<fieldset>
<div id="artistImg">
<img src="${comic['ComicImage']}" class="editArt" alt="" />
@ -131,15 +131,18 @@
<div id="tabs-3">
<table class="comictable" summary="Edit Settings">
<tr>
<td>
<td id="mainimg">
<fieldset>
<div class="row" id="artistImg">
<img src="${comic['ComicImage']}" class="editArt" alt="" />
<img src="${comic['ComicImage']}" class="editArt" alt="" height="300" width="194"/>
</div>
</fieldset>
</td>
<td>
<td id="maindetails">
<fieldset>
<div>
<label>Soon to come - Editable details!!! </label>
</div>
</fieldset>
</td>