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

bealdav’s picture

I would like write "click to edit" to convert it in

'<span class="myCssWithNoPrint">click to edit</span>'.

Sorry

eastcn’s picture

When editing permissions, can see this prompt

{dispaly: none} This is a good way to

bealdav’s picture

I 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

nathaniel’s picture

Status: Active » Closed (works as designed)

There 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.