Ignore:
Timestamp:
Apr 29, 2012, 5:00:53 PM (12 years ago)
Author:
mistic100
Message:

update for 2.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/SmiliesSupport/template/smiliessupport_admin.tpl

    r11875 r14526  
    22{include file='include/autosize.inc.tpl'}
    33
    4 {footer_script require="jquery.cluetip"}
    5 {literal}
    6   jQuery().ready(function(){
    7     // Cluetip
    8     jQuery('.cluetip').cluetip({
    9       width: 550,
    10       splitTitle: '|'
    11     });
     4{footer_script require="jquery.cluetip"}{literal}
     5  jQuery('.cluetip').cluetip({
     6    width: 550,
     7    splitTitle: '|'
    128  });
    13 {/literal}
    14 {/footer_script}
     9{/literal}{/footer_script}
    1510
    1611{html_head}
     
    3732</div>
    3833
    39 <form method="post" action="" class="properties" ENCTYPE="multipart/form-data">
     34<form method="post" action="" class="properties">
    4035  <fieldset>
    4136      <legend>{'Configuration'|@translate}</legend>   
     
    4338    <li>
    4439      <span class="property">{'Smileys\' folder'|@translate}</span>
    45       <input type="text" size="40" name="text1" value="{$TEXT1_VALUE}" />
     40      <select name="text1">
     41        {html_options options=$sets selected=$TEXT1_VALUE}
     42      </select>
    4643    </li>
    4744    <li>
     
    5148    <li>
    5249      <span class="property">{'Representative'|@translate}</span>
    53       <input type="text" size="20" name="text3" value="{$TEXT3_VALUE}" />
     50      <select name="text3">
     51        {html_options options=$smilies selected=$TEXT3_VALUE}
     52      </select>
    5453    </li>
    5554    <li>
Note: See TracChangeset for help on using the changeset viewer.