Page 1 of 1

missing buttons in Media library

Posted: Mon Dec 13, 2004 4:33 pm
by demokrates
Hallo

In my Media library i can not see following 2 buttons of the 6 buttons:

1.
Rotate image counter-clockwise

2.
Rotate image clockwise

I see only the link. Please look at the html-code of my adminpage below:

http://miniklick.de/s9yblog/serendipity ... ule]=media

the src-url is be missing twice

----------------------------------------------------------------------
html-code

<table border="0" width="300">
<tr>


<td valign="middle" align="center"><img class="serendipityImageButton" title="Resize this image" alt="Resize this image" src="/s9yblog/templates/default/img/scale.png" border="0" onclick="location.href='?serendipity[adminModule]=images&serendipity[adminAction]=scaleSelect&serendipity[fid]=5';" /></td>

<td valign="middle" align="center"><a href="?serendipity[adminModule]=images&serendipity[adminAction]=rotateLeft&serendipity[fid]=5"><img class="serendipityImageButton" title="Rotate image 90 degrees counter-clockwise" alt="Rotate image 90 degrees counter-clockwise" src="" border="0" /></td>

<td valign="middle" align="center"><a href="?serendipity[adminModule]=images&serendipity[adminAction]=rotateRight&serendipity[fid]=5"><img class="serendipityImageButton" title="Rotate image 90 degrees clockwise" alt="Rotate image 90 degrees clockwise" src="" border="0" /></td>

<td valign="middle" align="center"><a href="?serendipity[adminModule]=images&serendipity[adminAction]=delete&serendipity[fid]=5"><img class="serendipityImageButton" title="Delete this file" alt="Delete this file" src="/ 9yblog/templates/default/img/delete.png" border="0" /></</td>

</tr>
</table>


can You help me ?

Re: missing buttons in Media library

Posted: Mon Dec 13, 2004 5:14 pm
by garvinhicking
Yes, the CVS version is still under development; the images were missing and got added this weekend. :)

Regards,
Garvin.