From: jongfoster <jongfoster@users.sourceforge.net> Date: Wed, 17 Apr 2002 21:27:26 +0000 (+0000) Subject: Adding #linenumber to the URLs which affect blocks, to make X-Git-Tag: v_3_0_branchpoint~297 X-Git-Url: http://www.privoxy.org/gitweb/@default-cgi@/faq/%22https:/static/@default-cgi@show-url-info?a=commitdiff_plain;h=9f0a0a472d93531e2e6385478d4e53d42876e24f;p=privoxy.git Adding #linenumber to the URLs which affect blocks, to make editing in long files easier. --- diff --git a/templates/edit-actions-list-section b/templates/edit-actions-list-section index 682b1834..c04b1b50 100644 --- a/templates/edit-actions-list-section +++ b/templates/edit-actions-list-section @@ -30,7 +30,10 @@ # Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Revisions : -# $Log: $ +# $Log: edit-actions-list-section,v $ +# Revision 1.9 2002/04/17 15:51:47 oes +# Args! Restoring CVS history +# # Revision 1.8 2002/04/17 15:04:16 oes # Adapted to style change # @@ -94,12 +97,12 @@ <td colspan="2"> <table border="0" cellspacing="0" cellpadding="4"> <tr valign="middle" align="center"> - <td class="nbr"> @if-s-prev-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s-prev@&s2=@s@">Move section up</a> @if-s-prev-exists-end@</td> - <td class="nbr"> <a href="easa?f=@f@&v=@v@&s=@s@">Insert new section below</a> </td> + <td class="nbr"> @if-s-prev-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s-prev@&s2=@s@#l@s-prev@">Move section up</a> @if-s-prev-exists-end@</td> + <td class="nbr"> <a href="easa?f=@f@&v=@v@&s=@s@#l@s-next@">Insert new section below</a> </td> </tr> <tr valign="middle" align="center"> - <td class="nbr"> @if-s-next-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s@&s2=@s-next@">Move section down</a> @if-s-next-exists-end@</td> - <td class="nbr"> @if-empty-section-start@<a href="easr?f=@f@&v=@v@&s=@s@">Delete whole section</a> @if-empty-section-end@</td> + <td class="nbr"> @if-s-next-exists-start@<a href="eass?f=@f@&v=@v@&s1=@s@&s2=@s-next@#l@s@">Move section down</a> @if-s-next-exists-end@</td> + <td class="nbr"> @if-empty-section-start@<a href="easr?f=@f@&v=@v@&s=@s@#l@s@">Delete whole section</a> @if-empty-section-end@</td> </tr> </table> </td>