--- Webpacus/root/editor/template.tt 2005/11/26 23:26:45 168 +++ Webpacus/root/editor/template.tt 2005/11/27 04:45:56 175 @@ -1,30 +1,34 @@ -
-
+[% c.prototype.form_remote_tag( + url => base _ 'editor/template', + update => 'div_template_status', + loading => 'show_working();', + loaded => 'reload_rec(); hide_working();', + html_options => { + name => 'form_editor_css', + } +) %] +
-Templates: + -
    -[% FOREACH t IN template_list %] - [% IF t == template_filename %] -
  • [% t %]
  • - [% ELSE %] -
  • [% t %]
  • - [% END %] -[% END %] -
+
+
+...not changed yet...
- - -
- + idle @@ -34,3 +38,19 @@
+ +
+ +Templates: + +
    +[% FOREACH t IN template_list %] + [% IF t == template_filename %] +
  • [% t %]
  • + [% ELSE %] +
  • [% t %]
  • + [% END %] +[% END %] +
+ +