From 9d242de3ffe6c75f4744c273cb5f9580921fd8fa Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 2 May 2003 10:00:31 +0000 Subject: [PATCH] Added lock icon for protected logbooks SVN revision: 519 --- doc/wishlist.html | 4 ++-- lock.gif | Bin 0 -> 144 bytes src/elogd.c | 11 ++++++++++- 3 files changed, 12 insertions(+), 3 deletions(-) create mode 100755 lock.gif diff --git a/doc/wishlist.html b/doc/wishlist.html index cfde1a0c..fd39a7ec 100755 --- a/doc/wishlist.html +++ b/doc/wishlist.html @@ -33,7 +33,7 @@ starting at the items with the most votes. You can vote for a feature, or sugges FeatureVotes Get message from standard input in elog submission program1 -Implement groups of users2 +Implement groups of users3 Display the last logbook entry date and author on logbook selection page1 Multiple templates for "Preset text"1 Conditional attributes3 @@ -45,7 +45,7 @@ starting at the items with the most votes. You can vote for a feature, or sugges Make attributes to display selectable in "Find" page1 Convert elog text files into XML files and comma separated files with elconv1 On config user page, don't go back to logbook page after changing a user as admin1 - +Display a warning if a message is currently edited by someone else1

diff --git a/lock.gif b/lock.gif new file mode 100755 index 0000000000000000000000000000000000000000..a5d8a35e8d16c4a0ebab7a196d0493af931068db GIT binary patch literal 144 zcmZ?wbhEHbz(5R8{K>+|z`(?y15yk!gPFxTz{B#@jEXoX zwv)3ya9*8JDZ#aB%FME9%s", lb_list[i].name_enc, lb_list[i].name); + rsprintf("%s", lb_list[i].name_enc, lb_list[i].name); + if (getcfg(lb_list[i].name, "Read password", str) || + (getcfg(lb_list[i].name, "Password file", str) && + !getcfg(lb_list[i].name, "Guest menu commands", str))) + rsprintf("  "); + + rsprintf("\n"); str[0] = 0; getcfg(lb_list[i].name, "Comment", str); rsprintf("%s \n", str);