/[SQLSession]/trunk/share/web/templates/fragments/results
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/share/web/templates/fragments/results

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 80 by dpavlin, Mon Jan 29 21:09:51 2007 UTC revision 84 by dpavlin, Tue Jan 30 14:08:47 2007 UTC
# Line 23  warn $edit ? 'edit mode for SQL' : 'stud Line 23  warn $edit ? 'edit mode for SQL' : 'stud
23    
24  % if ($sth) {  % if ($sth) {
25    
 % if ($edit) {  
 <% Jifty->web->link(  
         label => 'Save this query',  
         onclick => {  
                 region => 'query',  
                 replace_with => '/fragments/save_query',  
                 args => {  
                         sql_query => $query->argument_value('sql_query'),  
                         database => $query->argument_value('database'),  
                 },  
                 refresh_self => 0,  
                 #toggle => 1,  
                 disable => 1,  
                 refresh => 'results',  
         },  
         as_button => 1,  
 ) %>  
 % }  
   
26  <table class="sql-result-table" cellpadding="3" cellspacing="0" border="1">  <table class="sql-result-table" cellpadding="3" cellspacing="0" border="1">
27    
28  <tr>  <tr>

Legend:
Removed from v.80  
changed lines
  Added in v.84

  ViewVC Help
Powered by ViewVC 1.1.26