Closed (works as designed)
Project:
Album Photos
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2010 at 21:30 UTC
Updated:
9 Feb 2013 at 00:13 UTC
is there a way to have a better solution for empties area where there is mentionned "click to edit" to convert it in 'click to edit'.
By the way it's easy to use css media print to hide this.
Maybe when it displays on the screen it should be smaller than now (css may be use again)
Thanks
Comments
Comment #1
bealdav commentedI would like write "click to edit" to convert it in
Sorry
Comment #2
eastcn commentedWhen editing permissions, can see this prompt
{dispaly: none} This is a good way to
Comment #3
bealdav commentedI have edit permission but i don't see {dispaly: none} near photo album
Where is it ?
have you got an english or french screen capture ?
Thanks
Comment #4
nathaniel commentedThere is a way to do this. In D6 photos.js update the code pertaining to jeditable and add the option "placeholder".
Somthing like this:
placeholder : "<span class='photos-click-to-edit'>Click to edit</span>",Or
placeholder : "",Or for this issue:
placeholder : '<span class="myCssWithNoPrint">click to edit</span>',In D7 it is in the separate photos_jeditable.js file.