|
@@ 134-136 (lines=3) @@
|
| 131 |
|
<td><?php if($file['image'][0] > 0){ echo $file['image'][0].'x'.$file['image'][1]; } ?></td> |
| 132 |
|
<td ><?php echo date($IMConfig['date_format'],$file['stat']['mtime']); ?></td> |
| 133 |
|
<td class="actions"> |
| 134 |
|
<?php if($IMConfig['img_library'] && $IMConfig['allow_edit_image'] && $file['image'][0] > 0) { ?> |
| 135 |
|
<a href="javascript:;" title="Edit" onclick="editImage('<?php echo rawurlencode($file['relative']);?>');"><img src="<?php print $IMConfig['base_url'];?>img/edit_pencil.gif" height="15" width="15" alt="Edit" border="0" /></a> |
| 136 |
|
<?php } ?> |
| 137 |
|
<?php |
| 138 |
|
if($IMConfig['allow_delete']) |
| 139 |
|
{ |
|
@@ 215-218 (lines=4) @@
|
| 212 |
|
?> |
| 213 |
|
</div> |
| 214 |
|
<div class="edit"> |
| 215 |
|
<?php if($IMConfig['img_library'] && $IMConfig['allow_edit_image'] && $file['image'][0] > 0 ) |
| 216 |
|
{ ?> |
| 217 |
|
<a href="javascript:;" title="Edit" onclick="editImage('<?php echo rawurlencode($file['relative']);?>');"><img src="<?php print $IMConfig['base_url'];?>img/edit_pencil.gif" height="15" width="15" alt="Edit" /></a> |
| 218 |
|
<?php $thisFileNameLength -= 3; } ?> |
| 219 |
|
<?php |
| 220 |
|
if($IMConfig['allow_delete']) |
| 221 |
|
{ |