Ignore:
Timestamp:
Jun 15, 2013, 6:52:37 PM (11 years ago)
Author:
mistic100
Message:

rewrite admin page
new set from Pidgin

File:
1 edited

Legend:

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

    r23204 r23234  
    44{/if}
    55
    6 {footer_script require='jquery'}
    7 {literal}
     6{footer_script require='jquery'}{literal}
    87if (jQuery('.markItUp').length == 0) {
    98  jQuery('#{/literal}{$SMILIES_ID}{literal}').markItUp({markupSet: []});
     
    2827  return false;
    2928});
    30 {/literal}
    31 {/footer_script}
     29{/literal}{/footer_script}
     30
     31{html_style}{literal}
     32#smiliesdiv table a { width:auto; height:auto; }
     33{/literal}{/html_style}
    3234
    3335<ul style="display:none;">
    3436<li id="SmiliesSupport" class="markItUpButton markItUpDropMenu">
    35   <a id="allsmilies" style="background-image:url('{$ROOT_URL}{$REPRESENTANT}');" title="{'All Smilies'|@translate}"></a>
     37  <a id="allsmilies" style="background-image:url('{$ROOT_URL}{$REPRESENTANT}');" title="{'Smilies'|@translate}"></a>
    3638
    3739  <ul id="smiliesdiv">
Note: See TracChangeset for help on using the changeset viewer.