Files
gallery3/modules/gallery/views/reauthenticate.html.php
2010-02-15 14:27:48 -08:00

15 lines
454 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<div>
<p>
<?= t("The administration session has expired, please re-authenticate to access the administration area.") ?>
</p>
<p>
<?= t("You are currently logged in as %user_name.", array("user_name" => $user_name)) ?>
</p>
<?= $form ?>
<script type="text/javascript">
$("#g-reauthenticate-form").ready(function() {
$("#g-password").focus();
});
</script>
</div>