From: <var...@us...> - 2021-10-11 13:47:57
|
Revision: 10627 http://sourceforge.net/p/phpwiki/code/10627 Author: vargenau Date: 2021-10-11 13:47:54 +0000 (Mon, 11 Oct 2021) Log Message: ----------- PreferencesInfo plugin removed Modified Paths: -------------- trunk/lib/IniConfig.php trunk/lib/plugin/WikiTranslation.php trunk/locale/Makefile trunk/locale/de/LC_MESSAGES/phpwiki.mo trunk/locale/es/LC_MESSAGES/phpwiki.mo trunk/locale/fr/LC_MESSAGES/phpwiki.mo trunk/locale/it/LC_MESSAGES/phpwiki.mo trunk/locale/ja/LC_MESSAGES/phpwiki.mo trunk/locale/nl/LC_MESSAGES/phpwiki.mo trunk/locale/po/de.po trunk/locale/po/es.po trunk/locale/po/fr.po trunk/locale/po/it.po trunk/locale/po/ja.po trunk/locale/po/nl.po trunk/locale/po/phpwiki.pot trunk/locale/po/sv.po trunk/locale/po/zh.po trunk/locale/sv/LC_MESSAGES/phpwiki.mo trunk/locale/zh/LC_MESSAGES/phpwiki.mo trunk/pgsrc/ReleaseNotes trunk/themes/default/templates/userprefs.tmpl trunk/themes/fusionforge/templates/userprefs.tmpl Removed Paths: ------------- trunk/lib/plugin/PreferencesInfo.php trunk/pgsrc/Help%2FPreferencesInfoPlugin Modified: trunk/lib/IniConfig.php =================================================================== --- trunk/lib/IniConfig.php 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/lib/IniConfig.php 2021-10-11 13:47:54 UTC (rev 10627) @@ -592,7 +592,6 @@ $AllAllowedPlugins[] = 'Ploticus'; $AllAllowedPlugins[] = 'PopularNearby'; $AllAllowedPlugins[] = 'PreferenceApp'; - $AllAllowedPlugins[] = 'PreferencesInfo'; $AllAllowedPlugins[] = 'SqlResult'; $AllAllowedPlugins[] = 'TeX2png'; $AllAllowedPlugins[] = 'text2png'; Deleted: trunk/lib/plugin/PreferencesInfo.php =================================================================== --- trunk/lib/plugin/PreferencesInfo.php 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/lib/plugin/PreferencesInfo.php 2021-10-11 13:47:54 UTC (rev 10627) @@ -1,57 +0,0 @@ -<?php -/** - * Copyright © 1999, 2000, 2001, 2002 $ThePhpWikiProgrammingTeam - * - * This file is part of PhpWiki. - * - * PhpWiki is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * PhpWiki is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with PhpWiki; if not, write to the Free Software Foundation, Inc., - * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - * - * SPDX-License-Identifier: GPL-2.0-or-later - * - */ - -/** - * Plugin to display the current preferences without auth check. - */ - -class WikiPlugin_PreferencesInfo - extends WikiPlugin -{ - function getDescription() - { - return sprintf(_("Get preferences information for current user %s."), - '[userid]'); - } - - function getDefaultArguments() - { - return array('page' => '[pagename]', - 'userid' => '[userid]'); - } - - /** - * @param WikiDB $dbi - * @param string $argstr - * @param WikiRequest $request - * @param string $basepage - * @return mixed - */ - function run($dbi, $argstr, &$request, $basepage) - { - $args = $this->getArgs($argstr, $request); - // $user = &$request->getUser(); - return Template('userprefs', $args); - } -} Modified: trunk/lib/plugin/WikiTranslation.php =================================================================== --- trunk/lib/plugin/WikiTranslation.php 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/lib/plugin/WikiTranslation.php 2021-10-11 13:47:54 UTC (rev 10627) @@ -156,7 +156,6 @@ _("PopularTags") . ',' . _("PopUp") . ',' . _("PreferenceApp") . ',' . - _("PreferencesInfo") . ',' . _("PrevNext") . ',' . _("Processing") . ',' . _("RandomPage") . ',' . Modified: trunk/locale/Makefile =================================================================== --- trunk/locale/Makefile 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/Makefile 2021-10-11 13:47:54 UTC (rev 10627) @@ -228,7 +228,6 @@ ${POT_FILE}: .././lib/plugin/PopularTags.php ${POT_FILE}: .././lib/plugin/PopUp.php ${POT_FILE}: .././lib/plugin/PreferenceApp.php -${POT_FILE}: .././lib/plugin/PreferencesInfo.php ${POT_FILE}: .././lib/plugin/PrevNext.php ${POT_FILE}: .././lib/plugin/Processing.php ${POT_FILE}: .././lib/plugin/RandomPage.php Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/po/de.po =================================================================== --- trunk/locale/po/de.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/de.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2000-10-31 02:23+0200\n" "Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp " "<car...@us...>, Helmer Pardun <pardunpress@t-online." @@ -2357,10 +2357,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "Zeige Benutzereinstellungen für den aktuellen Benutzer %s." - -#, php-format msgid "Easy navigation buttons for %s." msgstr "Einfache Navgiationsknöpfe für %s." @@ -4232,9 +4228,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "EinstellungenInfo" - msgid "PrevNext" msgstr "VorigeNächste" @@ -5856,15 +5849,6 @@ #~ msgid "Group page “%s” does not exist" #~ msgstr "Gruppenseite »%s« existiert nicht" -#~ msgid "" -#~ "Note: Only if you create your personal HomePage with same the pagename as " -#~ "your user id, you will be able to store your UserPreferences. Otherwise " -#~ "not." -#~ msgstr "" -#~ "Beachte: Nur wenn Sie Ihre persönliche HomePage mit dem selben " -#~ "Seitennamen wie Ihre Benutzernamen erzeugen, werden Sie Ihre " -#~ "BenutzerEinstellungen speichern können." - #~ msgid "Optimizing database" #~ msgstr "Datenbank wird optimiert" @@ -5871,12 +5855,6 @@ #~ msgid "Thank you for editing %s." #~ msgstr "Danke für das Bearbeiten von %s." -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "" -#~ "Die besondere Aufmerksamkeit, die Sie soeben der Bearbeitung dieser Seite " -#~ "gewidmet haben, wird von allen Benutzern dieses Wikis gern gesehen und " -#~ "hoch geschätzt." - #~ msgid "Keep up to %d major edits, but keep them no longer than %d days." #~ msgstr "" #~ "Aufbewahrung größerer Änderungen für %d, aber nicht länger als %d Tage." Modified: trunk/locale/po/es.po =================================================================== --- trunk/locale/po/es.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/es.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -11,7 +11,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2000-02-01 00:50-0500\n" "Last-Translator: Pablo Roca <pr...@cl...>\n" "Language-Team: \n" @@ -2295,10 +2295,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "" - -#, php-format msgid "Easy navigation buttons for %s." msgstr "" @@ -4116,9 +4112,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "" - msgid "PrevNext" msgstr "" @@ -5694,9 +5687,6 @@ #~ msgid "Thank you for editing %s." #~ msgstr "Gracias por editar %s." -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "Se agradece una cuidadosa atención a los detalles." - #~ msgid "fixed" #~ msgstr "fijo" Modified: trunk/locale/po/fr.po =================================================================== --- trunk/locale/po/fr.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/fr.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2004-06-22 21:10+0200\n" "Last-Translator: Pierrick Meignen <mei...@wa...>, Roland " "Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6." @@ -2339,10 +2339,6 @@ msgstr "Budget total" #, php-format -msgid "Get preferences information for current user %s." -msgstr "Obtenir des informations de préférences pour l'utilisateur %s." - -#, php-format msgid "Easy navigation buttons for %s." msgstr "Boutons de navigation rapide pour %s." @@ -4206,9 +4202,6 @@ msgid "PreferenceApp" msgstr "AppPréférences" -msgid "PreferencesInfo" -msgstr "PréférencesInfo" - msgid "PrevNext" msgstr "PrécédentSuivant" @@ -5809,15 +5802,6 @@ #~ msgid "Group page “%s” does not exist" #~ msgstr "Le groupe de page « %s » n'existe pas" -#~ msgid "" -#~ "Note: Only if you create your personal HomePage with same the pagename as " -#~ "your user id, you will be able to store your UserPreferences. Otherwise " -#~ "not." -#~ msgstr "" -#~ "Note: Vous pourrez enregistrer vos PréférencesUtilisateurs uniquement si " -#~ "vous créez votre propre page d'accueil portant le nom de votre " -#~ "identifiant." - #~ msgid "Optimizing database" #~ msgstr "Optimisation de la base de données" @@ -5824,9 +5808,6 @@ #~ msgid "Thank you for editing %s." #~ msgstr "Merci d'avoir édité %s." -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "Votre souci particulier du détail est très apprécié." - #~ msgid "Keep up to %d major edits, but keep them no longer than %d days." #~ msgstr "Garder jusqu'à %d édition majeures, mais pas plus que %d jours." Modified: trunk/locale/po/it.po =================================================================== --- trunk/locale/po/it.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/it.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2005-02-12 16:23+0100\n" "Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n" "Language-Team: \n" @@ -2276,10 +2276,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "" - -#, php-format msgid "Easy navigation buttons for %s." msgstr "" @@ -4093,9 +4089,6 @@ msgid "PreferenceApp" msgstr "PreferenzeApp" -msgid "PreferencesInfo" -msgstr "PreferenzeInfo" - msgid "PrevNext" msgstr "Seguente" @@ -5644,13 +5637,6 @@ #~ msgid "Optimizing database" #~ msgstr "Base di dati d'ottimizzazione" -#~ msgid "Thank you for editing %s." -#~ msgstr "La pagina %s <E8> stata modificata." - -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "" -#~ "Si prega di controllare che le modifiche siano quelle volute. Grazie." - #~ msgid "fixed with" #~ msgstr "Modifica" Modified: trunk/locale/po/ja.po =================================================================== --- trunk/locale/po/ja.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/ja.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2003-06-07 09:01+0900\n" "Last-Translator: Tadashi Jokagi <web...@el...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -2262,10 +2262,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "" - -#, php-format msgid "Easy navigation buttons for %s." msgstr "" @@ -4079,9 +4075,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "" - msgid "PrevNext" msgstr "前後" Modified: trunk/locale/po/nl.po =================================================================== --- trunk/locale/po/nl.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/nl.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2000-09-30 02:23+0200\n" "Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n" "Language-Team: Dutch <nl...@li...>\n" @@ -2268,10 +2268,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "" - -#, php-format msgid "Easy navigation buttons for %s." msgstr "" @@ -4085,9 +4081,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "" - msgid "PrevNext" msgstr "" @@ -5636,9 +5629,6 @@ #~ msgid "Thank you for editing %s." #~ msgstr "Bedankt voor het veranderen van %s." -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "Je zorgvuldige aandacht voor detail wordt erg gewaardeerd." - #~ msgid "version <em>%s</em>" #~ msgstr "versie <em>%s</em>" Modified: trunk/locale/po/phpwiki.pot =================================================================== --- trunk/locale/po/phpwiki.pot 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/phpwiki.pot 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki-1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2002-12-14 17:51-0500\n" "Last-Translator: Reini Urban <ru...@us...>\n" "Language-Team: LANGUAGE <LL...@li...>\n" @@ -2262,10 +2262,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "" - -#, php-format msgid "Easy navigation buttons for %s." msgstr "" @@ -4079,9 +4075,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "" - msgid "PrevNext" msgstr "" Modified: trunk/locale/po/sv.po =================================================================== --- trunk/locale/po/sv.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/sv.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2001-01-27 01:58+0200\n" "Last-Translator: Jon Åslund <jo...@he...>\n" "Language-Team: \n" @@ -2263,10 +2263,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "" - -#, php-format msgid "Easy navigation buttons for %s." msgstr "" @@ -4080,9 +4076,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "" - msgid "PrevNext" msgstr "" @@ -5631,9 +5624,6 @@ #~ msgid "Thank you for editing %s." #~ msgstr "Tack för att du redigerade %s." -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "Din omstänksamhet för detaljer är mycket uppskattad." - #~ msgid "GoodStyle" #~ msgstr "BraStil" Modified: trunk/locale/po/zh.po =================================================================== --- trunk/locale/po/zh.po 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/locale/po/zh.po 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: PhpWiki 1.6.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2021-10-11 15:25+0200\n" +"POT-Creation-Date: 2021-10-11 15:43+0200\n" "PO-Revision-Date: 2004-04-21 10:08+0800\n" "Last-Translator: DruryL <dr...@us...>\n" "Language-Team: DruryL <dr...@us...>\n" @@ -2271,10 +2271,6 @@ msgstr "" #, php-format -msgid "Get preferences information for current user %s." -msgstr "為目前使用者 %s 取得偏好設定資訊." - -#, php-format msgid "Easy navigation buttons for %s." msgstr "簡單的巡覽按鈕 - %s." @@ -4090,9 +4086,6 @@ msgid "PreferenceApp" msgstr "" -msgid "PreferencesInfo" -msgstr "" - msgid "PrevNext" msgstr "" @@ -5661,9 +5654,6 @@ #~ msgid "Thank you for editing %s." #~ msgstr "謝謝你編輯了 %s." -#~ msgid "Your careful attention to detail is much appreciated." -#~ msgstr "感謝你的小心關注." - #~ msgid "Keep up to %d major edits, but keep them no longer than %d days." #~ msgstr "保持 %d 份主要編輯,但不超過 %d 天." Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo =================================================================== (Binary files differ) Deleted: trunk/pgsrc/Help%2FPreferencesInfoPlugin =================================================================== --- trunk/pgsrc/Help%2FPreferencesInfoPlugin 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/pgsrc/Help%2FPreferencesInfoPlugin 2021-10-11 13:47:54 UTC (rev 10627) @@ -1,51 +0,0 @@ -Date: Thu, 13 Oct 2016 15:09:28 +0000 -Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) -Content-Type: application/x-phpwiki; - pagename=Help%2FPreferencesInfoPlugin; - flags=PAGE_LOCKED; - charset=UTF-8 -Content-Transfer-Encoding: binary - -Plugin to display the current preferences without auth check. - -== Usage == -{{{ -<<PreferencesInfo>> -}}} - -== Arguments == - -{| class="bordered" -|- -! Argument -! Description -! Default value -|- -| **page** -| The page to execute upon -| Current pagename -|- -| **userid** -| The user name -| Current userid -|} - -== Example == - -{{{ -<<PreferencesInfo>> -}}} - -<<PreferencesInfo>> - -== Author == -* [[Help:Reini Urban|Reini Urban]] - -== See Also == - -* [[UserPreferences]] - -<noinclude> ----- -[[PhpWikiDocumentation]] [[CategoryWikiPlugin]] -</noinclude> Modified: trunk/pgsrc/ReleaseNotes =================================================================== --- trunk/pgsrc/ReleaseNotes 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/pgsrc/ReleaseNotes 2021-10-11 13:47:54 UTC (rev 10627) @@ -1,4 +1,4 @@ -Date: Thu, 30 Sep 2021 12:58:41 +0000 +Date: Mon, 11 Oct 2021 15:45:48 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.6.0) Content-Type: application/x-phpwiki; pagename=ReleaseNotes; @@ -10,7 +10,7 @@ == 1.6.1 2021-XX-XX Marc-Etienne Vargenau == -This release makes PhpWiki compatable with PHP 8.1. +This release makes ~PhpWiki compatible with PHP 8.1. READONLY is renamed as ISREADONLY, since //readonly// is now a keyword in PHP 8.1. === Fixes === @@ -22,6 +22,7 @@ === Plugins === * Chart plugin: new argument "legend" +* ~PreferencesInfo plugin removed == 1.6.0 2021-08-12 Marc-Etienne Vargenau == Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/themes/default/templates/userprefs.tmpl 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,10 +6,6 @@ } $plugin = $request->getArg('pagename'); -if (isActionPage($request->getArg('pagename')) - and $isForm and $plugin == _("PreferencesInfo")) { - $isForm = false; -} $time = time(); $user =& $request->getUser(); $pref =& $request->_prefs; @@ -264,7 +260,8 @@ </label> </p> </td> - <td><p class="hint"><?php echo _("Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections.")?></p></td></tr> + <td><p class="hint"><?php echo _("Hide or show LinkIcons (if supported by the current theme). Useful for text-only browsers or slow connections.")?></p></td> + </tr> <tr> <td> <p class="nowrap"> @@ -317,7 +314,7 @@ <?php echo _("Note that many browsers will automatically adjust the width of the editing area so that it fills the browser window. In this case, the width preference will be ignored.") ?></p> </td></tr> - <tr><td colspan="2"><h2><?php echo _("Time Zone")?></h2></td></tr> + <tr><td colspan="2"><h2><?php echo _("Time Zone") ?></h2></td></tr> <tr> <td> Modified: trunk/themes/fusionforge/templates/userprefs.tmpl =================================================================== --- trunk/themes/fusionforge/templates/userprefs.tmpl 2021-10-11 13:27:16 UTC (rev 10626) +++ trunk/themes/fusionforge/templates/userprefs.tmpl 2021-10-11 13:47:54 UTC (rev 10627) @@ -6,10 +6,6 @@ } $plugin = $request->getArg('pagename'); -if (isActionPage($request->getArg('pagename')) - and $isForm and $plugin == _("PreferencesInfo")) { - $isForm = false; -} $time = time(); $user =& $request->getUser(); $pref =& $request->_prefs; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |