mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-06-25 01:33:14 +02:00
updated cms- link and deprecation
updated cms - link and deprecation
This commit is contained in:
parent
9381de5eeb
commit
ed174539d7
2 changed files with 2 additions and 2 deletions
|
@ -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>';
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -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" />';
|
||||
|
|
Loading…
Reference in a new issue