/[drupal]/contributions/themes/clearblue/search-block-form.tpl.php
ViewVC logotype

Contents of /contributions/themes/clearblue/search-block-form.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Mon Dec 29 00:23:59 2008 UTC (10 months, 4 weeks ago) by ktleow
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-BETA1, HEAD
File MIME type: text/x-php
*** empty log message ***
1 <div class="container-inline">
2 <?php $search['search_block_form'] = '<div class="form-item" id="edit-search-block-form-1-wrapper"><input type="text" maxlength="128" name="search_block_form" id="edit-search-block-form-1" size="15" value="" title="' . t('Enter the terms you wish to search for.') . '" class="form-text" /></div>' ?>
3 <?php $search['submit'] = '<input type="image" src="' . base_path() . path_to_theme() . '/images/search-icon.png" name="op" id="edit-submit" value="Search" title="Search." class="form-submit" />' ?>
4 <?php print $search['search_block_form']; ?>
5 <?php print $search['submit']; ?>
6 <?php print $search['hidden']; ?>
7 </div>

  ViewVC Help
Powered by ViewVC 1.1.2