Ignore:
Timestamp:
Jun 29, 2009, 5:00:34 PM (15 years ago)
Author:
flop25
Message:

refresh all the tpl with current yoga tpl.

maj avec le yoga de pwg 2.0.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/floPure/menubar_menu.tpl

    r3333 r3474  
    1 <dt>{$block->get_title()|@translate}</dt>
     1<dt>{'title_menu'|@translate}</dt>
    22<dd>
    3         <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch">
    4                 <p style="margin:0;padding:0"{*this <p> is for html validation only - does not affect positioning*}>
    5                         <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" style="width:90%"/>
    6                 </p>
    7         </form>
    8         <script type="text/javascript">var qsearch_prompt="{'qsearch'|@translate|@escape:'javascript'}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
     3  {if isset($block->data.qsearch) and  $block->data.qsearch==true}
     4    <form action="{$ROOT_URL}qsearch.php" method="get" id="quicksearch" onsubmit="return this.q.value!='' && this.q.value!=qsearch_prompt;">
     5      <p style="margin:0;padding:0"{*this <p> is for html validation only - does not affect positioning*}>
     6        <input type="text" name="q" id="qsearchInput" onfocus="if (value==qsearch_prompt) value='';" onblur="if (value=='') value=qsearch_prompt;" style="width:90%"/>
     7      </p>
     8    </form>
     9    <script type="text/javascript">var qsearch_prompt="{'qsearch'|@translate|@escape:'javascript'}"; document.getElementById('qsearchInput').value=qsearch_prompt;</script>
     10  {/if}
    911
    1012        <ul>
Note: See TracChangeset for help on using the changeset viewer.