(Untitled)

Apr 30, 2007 18:38

Not done this is a long long time, so can someone explain to me how to add the unlocked padlock icon to public entry's in the same way it's done with locked entries.

Much appreciated. :)

Leave a comment

Comments 1

elf_fu May 4 2007, 22:54:56 UTC
babyelefant helped me with that one, and you can see her advice on how to do so here.. She recommends finding:

function print_entry (Page p, Entry e, Color bgcolor, Color fgcolor, bool hide_text) {

And then find:

if ($e.security) { print "locked"; }

And adding directly underneath it:

else {
"""

... )

Reply


Leave a comment

Up