Ignore:
Timestamp:
Dec 17, 2013, 11:19:05 PM (10 years ago)
Author:
Miklfe
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PwgCarbon/admin/admin.tpl

    r20562 r25996  
    11{html_head}
    22        <link rel="stylesheet" type="text/css" href="themes/PwgCarbon/admin/theme.css">
    3         <script src="themes/PwgCarbon/admin/js/jquery.screwdefaultbuttonsV2.min.js" type="text/javascript"></script>
    43        <script src="themes/PwgCarbon/js/lytebox.js" type="text/javascript"></script>
    54
    6         <script type="text/javascript">
    7         {literal}
    8                 $(function(){
    9                
    10                         $('input:radio').screwDefaultButtons({
    11                                 image: 'url("themes/PwgCarbon/admin/images/radioSmall_Blue.png")',
    12                                 width: 35,
    13                                 height: 35
    14                         });
    15                        
    16                         $('input:checkbox').screwDefaultButtons({
    17                                 image: 'url("themes/PwgCarbon/admin/images/checkboxSmall_Blue.jpg")',
    18                                 width: 35,
    19                                 height: 35
    20                         });
    21                
    22                 });
    23         {/literal}
    24         </script>
    255       
    266{/html_head}   
Note: See TracChangeset for help on using the changeset viewer.