Changeset 3058

Show
Ignore:
Timestamp:
11/19/10 16:09:00
Author:
johnsa
Message:

remove new bwClock timepicker widget from client source, and get it from bedework-common instead

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/deployment/webuser/webapp/resources/demoskins/themes/bedeworkTheme/head.xsl

    r3043 r3058  
    4444    <!-- note: the non-breaking spaces in the script bodies below are to avoid 
    4545         losing the script closing tags (which avoids browser problems) --> 
    46     <!--  
    47     <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-1.3.2.min.js">&#160;</script> 
    48     <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-ui-1.7.1.custom.min.js">&#160;</script> 
    49     <link rel="stylesheet" href="/bedework-common/javascript/jquery/css/custom-theme/jquery-ui-1.7.1.custom.css"/> 
    50     <link rel="stylesheet" href="/bedework-common/javascript/jquery/css/custom-theme/bedeworkJquery.css"/>  
    51     --> 
    52      
     46         
    5347    <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-1.4.2.min.js">&#160;</script> 
    5448    <script type="text/javascript" src="/bedework-common/javascript/jquery/jquery-ui-1.8.2.custom.min.js">&#160;</script> 
    5549    <link rel="stylesheet" href="/bedework-common/javascript/jquery/css/bw-theme-3p7/jquery-ui-1.8.2.custom.css"/> 
    5650    <link rel="stylesheet" href="/bedework-common/javascript/jquery/css/bw-theme-3p7/bedeworkJquery.css"/>  
    57      
    5851     
    5952    <!-- load bedework personal client javascript libraries --> 
     
    203196                  /bedework/page='editEvent'"> 
    204197       
    205       <script type="text/javascript" src="{$resourcesRoot}/javascript/bwClock.js">&#160;</script> 
    206       <link rel="stylesheet" href="{$resourcesRoot}/css/bwClock.css"/> 
     198      <script type="text/javascript" src="/bedework-common/javascript/bedework/bwClock.js">&#160;</script> 
     199      <link rel="stylesheet" href="/bedework-common/javascript/bedework/bwClock.css"/> 
    207200       
    208201      <script type="text/javascript" src="{$resourcesRoot}/javascript/bedeworkEventForm.js">&#160;</script>