Changeset 26867
- Timestamp:
- Jan 18, 2014, 4:58:43 PM (11 years ago)
- Location:
- extensions/EasyCaptcha/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/EasyCaptcha/template/common.inc.tpl
r26025 r26867 32 32 {else if $EASYCAPTCHA.challenge == 'tictac'} 33 33 {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} 34 40 35 41 {footer_script require='jquery'} -
extensions/EasyCaptcha/template/tictac.css
r26025 r26867 5 5 display: inline-block; 6 6 margin: 0; 7 background: url('../tictac/gen.php?t={$smarty.now}') no-repeat;8 7 } 9 8 #easycaptcha td {
Note: See TracChangeset
for help on using the changeset viewer.