/[SQLSession]/trunk/share/web/templates/sql
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/sql

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

revision 22 by dpavlin, Sun Dec 3 19:55:52 2006 UTC revision 23 by dpavlin, Mon Dec 4 15:15:54 2006 UTC
# Line 36  $sth = $result->content('sth') if $resul Line 36  $sth = $result->content('sth') if $resul
36          label => 'Save',          label => 'Save',
37          onclick => {          onclick => {
38                  region => 'save_query',                  region => 'save_query',
39                  prepend => '/save',                  replace_with => '/save',
40                  args => {                  args => {
41                          sql_query => $action->argument_value('sql_query'),                          sql_query => $action->argument_value('sql_query'),
42                          database => $action->argument_value('database'),                          database => $action->argument_value('database'),
# Line 44  $sth = $result->content('sth') if $resul Line 44  $sth = $result->content('sth') if $resul
44                  refresh_self => 1,                  refresh_self => 1,
45                  toggle => 1,                  toggle => 1,
46          },          },
47  #       as_button => 1,          as_button => 1,
48  ) %>  ) %>
49    
50  </div>  </div>

Legend:
Removed from v.22  
changed lines
  Added in v.23

  ViewVC Help
Powered by ViewVC 1.1.26