Ignore:
Timestamp:
09/27/07 19:34:07 (5 years ago)
Author:
hverton
Message:

Moved all CMS templates from the theme to the include directory. They are theme independent
Added a Smarty resource to load templates from strings
Some XHTML fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Smarty-2.6.18/custom-plugins/function.buttonlink.php

    r838 r843  
    5757    } 
    5858     
    59     return "<input type='button' class='button' value='$name' ".($title?"title='$title' ":"")."onClick='".($script ? ($link."'") : ($new ? "window.open(\"$link\");'" : "window.location=\"$link\";'"))." />"; 
     59    return "<input type='button' class='button' value='$name' ".($title?"title='$title' ":"")."onclick='".($script ? ($link."'") : ($new ? "window.open(\"$link\");'" : "window.location=\"$link\";'"))." />"; 
    6060} 
    6161 
Note: See TracChangeset for help on using the changeset viewer.