updated cms- link and deprecation

updated cms -  link and deprecation
This commit is contained in:
gtbu 2025-06-24 15:28:43 +02:00
parent 9381de5eeb
commit ed174539d7
2 changed files with 2 additions and 2 deletions

View file

@ -425,7 +425,7 @@ class Addons extends \gp\admin\Addon\Install{
public function Instructions(){
echo '<hr/>';
echo '<a href="' . \CMS_DOMAIN . '/Docs/Plugins">Plugin Documentation</a>';
echo '<a href="' . \CMS_DOMAIN . '/Typesetter5.2/wiki/Plugins">Plugin Documentation</a>';
}

View file

@ -287,7 +287,7 @@ class Menu extends \gp\special\Base{
echo '<form action="' . \gp\tool::GetUrl('Admin/Menu') . '" method="post" id="page_search">';
$_REQUEST += array('q' => '');
echo '<input type="search" name="q" size="15" ';
echo 'value="' . htmlspecialchars($_REQUEST['q']) . '" ';
echo 'value="' . htmlspecialchars($_REQUEST['q'] ?? '') . '" ';
echo 'class="gptext gpinput title-autocomplete" /> ';
echo '<input type="submit" name="cmd" value="' . $langmessage['search pages'] . '" class="gpbutton" />';
echo '<input type="hidden" name="menu" value="search" />';