Vergleich admin/inc/class_page.php - 1.6.10 - 1.6.11

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 450Zeile 450
	/**
* Generate the lockout unlock page
*

	/**
* Generate the lockout unlock page
*

 
	 * @param string The any message to output on the page if there is one.
* @param string The class name of the message (defaults to success)

	 */

	 */

	function show_lockout_unlock()

	function show_lockout_unlock($message="", $class="success")

	{
global $lang, $mybb, $cp_style;


	{
global $lang, $mybb, $cp_style;


Zeile 470Zeile 472
			default:
$lang_username = $lang->username;
break;

			default:
$lang_username = $lang->username;
break;

 
		}

if($message)
{
$message = "<p id=\"message\" class=\"{$class}\"><span class=\"text\">{$message}</span></p>";

		}

print <<<EOF

		}

print <<<EOF

Zeile 491Zeile 498
	</div>
<div id="content">
<h2>{$lang->lockout_unlock}</h2>

	</div>
<div id="content">
<h2>{$lang->lockout_unlock}</h2>

 
		{$message}

		<p>{$lang->enter_username_and_token}</p>
<form method="post" action="index.php">
<div class="form_container">

		<p>{$lang->enter_username_and_token}</p>
<form method="post" action="index.php">
<div class="form_container">