1
0
This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-contrib/3.0/modules/pages/views/admin_pages_new.html.php

21 lines
435 B
PHP

<?php defined("SYSPATH") or die("No direct script access.") ?>
<body>
<style type="text/css">
textarea {
height: 35em;
width: 97%;
}
</style>
<script type="text/javascript">
$(function() {
$("textarea").htmlarea(); // Initialize all TextArea's as jHtmlArea's with default values
});
</script>
<div class="g-block">
<h1> <?= $theme->page_title ?> </h1>
<div class="g-block-content">
<?=$form ?>
</div>
</div>