Changeset 11097

Show
Ignore:
Timestamp:
04/13/12 10:38:48 (13 months ago)
Author:
edent
Message:

edit install button

Location:
ossiedev/branches/jsnyder/trunk/tools/cornetApps
Files:
4 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/HtmlPages/static/frames.js

    r11093 r11097  
    5858 
    5959function install(waveform){ 
    60         $("#apps").load("/~webdem/django/WebDash/install/"+waveform+"/", function(){ 
     60        $("#apps").load("/~webdemo/django/WebDash/install/"+waveform+"/", function(){ 
    6161                $("a").click($(this).attr("onclick")); 
    6262        }); 
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/static/frames.js

    r11095 r11097  
    5858 
    5959function install(waveform){ 
    60         $("#apps").load("/~webdem/django/WebDash/install/"+waveform+"/", function(){ 
     60        $("#apps").load("/~webdemo/django/WebDash/install/"+waveform+"/", function(){ 
    6161                $("a").click($(this).attr("onclick")); 
    6262        }); 
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/templates/WebDash/waveforms.html

    r10817 r11097  
    55  <tr> 
    66        <td>    {{ wave.getName }} &nbsp; </td> 
    7     <td>    <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td> 
     7    <!--<td>    <button onClick="javascript:install('{{ wave.getName }}');">Install</button> </td>--> 
     8        <td> <button onClick='javascript:loadHrefToDiv("#apps","{{MEDIA_URL}}/WebDash/install/{{wave.getName}}/");'>Install</button></td> 
    89    {% endfor %} 
    910  </tr>