missing buttons in Media library

Found a bug? Tell us!!
Post Reply
demokrates
Posts: 3
Joined: Fri Dec 10, 2004 5:43 pm
Location: München

missing buttons in Media library

Post 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 ?
Vielen Dank fuer Deine kurze Rueckmeldung

Gruss Joerg

Bytes sind Silber, Miteinander Reden waere Gold
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: missing buttons in Media library

Post by garvinhicking »

Yes, the CVS version is still under development; the images were missing and got added this weekend. :)

Regards,
Garvin.
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply