|
From: Oliver M. B. <ol...@fa...> - 2005-01-12 09:17:22
|
Hi!
The page for configuring messages doesn't have an adequate title. I've
added one and below is the trivial patch to make the title configurable.
I've been recently sending misc patches that do not really add functionality
but might make an admin of a slashcode site slightly more happy. With
zero response, I'm wondering wheter you havn't looked at the patches at all
yet, or if you are simply not interested in this kind of patches?
--- Messages/messages.pl 31 Dec 2004 12:36:50 -0000 1.3
+++ Messages/messages.pl 12 Jan 2005 08:59:33 -0000
@@ -211,7 +211,8 @@
slashDisplay('prefs_titlebar', {
nickname => $user->{nickname},
uid => $user->{uid},
- tab_selected => 'messages'
+ tab_selected => 'messages',
+ title => getData( 'prefshead' )
});
print createMenu('messages');
slashDisplay('journuserboxes');
--- Messages/templates/data;messages;default 27 Jan 2004 21:55:00 -0000 1.1.1.1
+++ Messages/templates/data;messages;default 12 Jan 2005 08:59:33 -0000
@@ -18,6 +18,10 @@
[% returnme.data_constant = 1 %]
[% constants.sitename %] Message Center
+[% CASE 'prefshead' %]
+ [% returnme.data_constant = 1 %]
+ Message Options
+
[% CASE 'prefs saved' %]
[% returnme.data_constant = 1 %]
Preferences Saved
--
Oliver M. Bolzer
GPG (PGP) Fingerprint = 621B 52F6 2AC1 36DB 8761 018F 8786 87AD EF50 D1FF
|