Image/Photo 'well' in AppGini 5.81
Posted: 2019-11-03 22:43
It seems that when creating an image field (or loading an earlier AG file and re-generating) that 'wells' are now created in DV template for the image and upload toolbox.
This is annoying as I don't like the look of wells round images and the toolbox - it would mean I need to write protect all my templates or remove the wells from templates that have images or all my projects when opening/saving them under AG 5.81!
Below is the extracted template html code of my earlier project protected DV template and then the same template when unprotected and regenerated under 5.81:
Earlier Template:
Now generates as below (NOTE inclusion of 'wells')
Has this been done in error and will it be bug fixed/reversed or is there a quick fix to add something to remove 'wells' from image + upload toolbox?
Images: Above shows test image before in saved template
Above shows what result is after vers 5.81
Cheers,
Ron
This is annoying as I don't like the look of wells round images and the toolbox - it would mean I need to write protect all my templates or remove the wells from templates that have images or all my projects when opening/saving them under AG 5.81!
Below is the extracted template html code of my earlier project protected DV template and then the same template when unprotected and regenerated under 5.81:
Earlier Template:
Code: Select all
<span class="help-block collapse" id="photo-description"><div class="alert alert-info">Maximum file size allowed: 2000 KB.<br>Allowed file types: jpg, jpeg, gif, png</div></span>
<div class="form-control-static"><div class="pull-left">
<a href="<%%TRANSLATION(ImageFolder)%%><%%VALUE(photo)%%>" data-lightbox="table1_1_dv"><img src="thumbnail.php?i=<%%VALUE(photo)%%>&t=table1_1&f=photo&v=dv" class="img-thumbnail" id="photo-image"></a>
</div>
<div class="pull-right" style="overflow-x: hidden;">
<div class="hidden-md hidden-lg vspacer-lg"></div>
<%%UPLOADFILE(photo)%%>
<%%REMOVEFILE(photo)%%>
Code: Select all
<span class="help-block collapse" id="photo-description"><div class="alert alert-info">Maximum file size allowed: 2000 KB.<br>Allowed file types: jpg, jpeg, gif, png</div></span>
<div class="form-control-static well well-sm"><div class="pull-left">
<a href="<%%TRANSLATION(ImageFolder)%%><%%VALUE(photo)%%>" data-lightbox="table1_1_dv"><img src="thumbnail.php?i=<%%VALUE(photo)%%>&t=table1_1&f=photo&v=dv" class="img-thumbnail" id="photo-image"></a>
</div>
<div class="pull-right well upload-toolbox">
<div class="hidden-md hidden-lg vspacer-lg"></div>
<%%UPLOADFILE(photo)%%>
<%%REMOVEFILE(photo)%%>
<div class="text-bold text-danger file-type-error hidden">
<%%TRANSLATION(invalid file type)%%>
</div>
<div class="text-bold text-danger file-size-error hidden">
<%%TRANSLATION(file too large)%%>
</div>
Images: Above shows test image before in saved template
Above shows what result is after vers 5.81
Cheers,
Ron