view modules/dnd_test/dnd-library-header.tpl.php @ 48:f817d2a5cc0a

DnD: Fix a JS error that occured when disabling the RTE
author Franck Deroche <defr@ows.fr>
date Mon, 19 Apr 2010 10:35:02 +0000
parents 45c6c48c2a88
children
line wrap: on
line source
<h3><?php print t('Test library: Page @page', array('@page' => $page)); ?></h3>

<div class="view-filters">
  <form method="get" action="/" id="test-form">
    <div><label for="test-form-page">Page:</label> <input type="text" id="test-form-page" name="test-form-page" /></div>
    <div><input type="submit" id="test-form-submit" value="Switch page" /></div>
  </form>
</div>