Replacing all references to the URL of the config interface
[privoxy.git] / templates / edit-actions-list-section
index 68c07bf..68ea814 100644 (file)
@@ -1,6 +1,6 @@
 ##############################################################################
 #
-# File        :  $Source: /cvsroot/ijbswa/current/cgi.c,v $
+# File        :  $Source: /cvsroot/ijbswa/current/templates/edit-actions-list-section,v $
 #
 # Purpose     :  Template which forms part of edit-actions-list
 # 
 #                Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #
 # Revisions   :
-#    $Log$
+#    $Log: edit-actions-list-section,v $
+#    Revision 1.3  2001/11/13 00:58:18  jongfoster
+#    New version of actions file editor templates
+#
 #
 #############################################################################
 #
 <table border="0" width="100%" cellspacing="0" cellpadding="3" class="wide">
 <tr class="actions" valign="top">
   <td class="header" align="right"><a name="s@sectionid@"></a>Actions:</td>
-  <td align="center"><a class="cmd" href="http://i.j.b/edit-actions-for-url?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
+  <td align="center"><a class="cmd" href="@default-cgi@edit-actions-for-url?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
     >Edit</a></td>
   <td class="action" align="left">@actions@</td>
 </tr>
 <tr class="rule">
-  <td colspan="3"><img src="http://i.j.b/send-banner?type=trans" width="2"
+  <td colspan="3"><img src="@default-cgi@send-banner?type=trans" width="2"
     height="1" alt="----"></td>
 </tr>
 <tr class="url1" valign="top">
   <td class="header" align="right"><a name="s@sectionid@urls">URLs:</a></td>
-  <td align="center"><a class="cmd" href="http://i.j.b/edit-actions-add-url-form?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
+  <td align="center"><a class="cmd" href="@default-cgi@edit-actions-add-url-form?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
   >Add</a></td>
   <td align="left">&nbsp;</td>
 </tr>
@@ -63,7 +66,7 @@
 @urls@
 
 <tr class="rule">
-  <td colspan="3"><img src="http://i.j.b/send-banner?type=trans" width="2"
+  <td colspan="3"><img src="@default-cgi@send-banner?type=trans" width="2"
     height="1" alt="-"></td>
 </tr>
 <tr class="adv" valign="top">
       <tr valign="middle" align="center">
         <td class="nobreak"> &nbsp; <a class="cmd" href="javascript:not_yet()">Move section up</a> &nbsp; </td>
         <td class="nobreak"> &nbsp; 
-        <a class="cmd" href="http://i.j.b/edit-actions-section-add?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
+        <a class="cmd" href="@default-cgi@edit-actions-section-add?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
         >Insert new section below</a> &nbsp; </td>
       </tr>
       <tr valign="middle" align="center">
         <td class="nobreak"> &nbsp; <a class="cmd" href="javascript:not_yet()">Move section down</a> &nbsp; </td>
         <td class="nobreak"><!-- @if-empty-section-start --> &nbsp; 
-        <a class="cmd" href="http://i.j.b/edit-actions-section-remove?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
+        <a class="cmd" href="@default-cgi@edit-actions-section-remove?filename=@filename@&amp;ver=@ver@&amp;section=@sectionid@"
         >Delete whole section</a><!-- if-empty-section-end@ --> &nbsp; </td>
       </tr>
     </table>