Hi,
I did some changes to a Maxigallery call displaying an array of thumbnails
and the
"Manage pictures" button disappeared.
[!MaxiGallery? &max_thumb_size=`80x60` &max_pic_size=`480x360` &pics_per_row=`3` &pics_per_page=`15` &galleryPictureTpl=`@FILE:/assets/snippets/maxigallery/templates/galleryPictureTpl_vignettes.tpl` &galleryOuterTpl=`@FILE:/assets/snippets/maxigallery/templates/galleryOuterTpl_vignettes.tpl` &manageButtonTpl=`@FILE:/assets/snippets/maxigallery/templates/managebuttontpl.html` &js=`assets/snippets/maxigallery/js/galerie_realisation.js` !]
Before the problem occured, I had added the galleryOuterTpl parameter in order to remove the default <ul>...</ul> markups.
The chunk used for galleryOuterTpl has this content: [+maxigallery.pictures+]
I also removed the <li>...</li> markups in the galleryPictureTpl.
After the problem occured, I tried setting the button explicitely with this manageButtonTpl chunk.
<form action="[+maxigallery.urlaction+]" method="post" name="activateadminform">
[+maxigallery.hiddenfields+]
<input type="submit" value="[+maxigallery.strings.manage_pictures+]" />
</form>
Thanks for any help.