Changeset 26867


Ignore:
Timestamp:
Jan 18, 2014, 4:58:43 PM (10 years ago)
Author:
mistic100
Message:

don't define dynamic tictac background in static css !

Location:
extensions/EasyCaptcha/template
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • extensions/EasyCaptcha/template/common.inc.tpl

    r26025 r26867  
    3232{else if $EASYCAPTCHA.challenge == 'tictac'}
    3333{combine_css id='easycaptcha.tictac' path=$EASYCAPTCHA_PATH|cat:'template/tictac.css' template=true version=$EASYCAPTCHA.lastmod}
     34
     35{html_style}
     36#easycaptcha table {
     37  background: url('$ROOT_URL}{$EASYCAPTCHA_PATH}tictac/gen.php?t={$smarty.now}') no-repeat;
     38}
     39{/html_style}
    3440
    3541{footer_script require='jquery'}
  • extensions/EasyCaptcha/template/tictac.css

    r26025 r26867  
    55  display: inline-block;
    66  margin: 0;
    7   background: url('../tictac/gen.php?t={$smarty.now}') no-repeat;
    87}
    98#easycaptcha td {
Note: See TracChangeset for help on using the changeset viewer.