current/templates blocked, 1.27, 1.28 cgi-error-404, 1.18, 1.19 cgi-error-bad-param, 1.17, 1.18 cgi-error-disabled, 1.19, 1.20 cgi-error-file, 1.18, 1.19 cgi-error-file-read-only, 1.7, 1.8 cgi-error-modified, 1.18, 1.19 cgi-error-parse, 1.18, 1.19 client-tags, 1.1, 1.2 connect-failed, 1.26, 1.27 connection-timeout, 1.2, 1.3 default, 1.24, 1.25 edit-actions-add-url-form, 1.21, 1.22 edit-actions-for-url, 1.65, 1.66 edit-actions-list, 1.38, 1.39 edit-actions-remove-url-form, 1.20, 1.21 edit-actions-url-form, 1.21, 1.22 forwarding-failed, 1.7, 1.8 no-server-data, 1.2, 1.3 no-such-domain, 1.24, 1.25 show-request, 1.17, 1.18 show-status, 1.51, 1.52 show-status-file, 1.21, 1.22 show-url-info, 1.34, 1.35 show-version, 1.18, 1.19 toggle, 1.21, 1.22 untrusted, 1.24, 1.25
Fabian Keil <[email protected]> Mon, 23 Jan 2017 13:00:53 +0000
| Newsgroups | gmane.comp.web.privoxy.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/ijbswa/current/templates
In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv15763/templates
Modified Files:
blocked cgi-error-404 cgi-error-bad-param cgi-error-disabled
cgi-error-file cgi-error-file-read-only cgi-error-modified
cgi-error-parse client-tags connect-failed connection-timeout
default edit-actions-add-url-form edit-actions-for-url
edit-actions-list edit-actions-remove-url-form
edit-actions-url-form forwarding-failed no-server-data
no-such-domain show-request show-status show-status-file
show-url-info show-version toggle untrusted
Log Message:
templates: Move the site-specific documentation block before the generic one
While most Privoxy installations don't have a site-specific
documentation block, in cases were it exists it's likely to
be more relevant than the generic one.
Showing it first makes it less likely that users stop reading
before they reach it, especially on pages that don't fit on
the screen.
Index: toggle
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/toggle,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** toggle 22 Jun 2016 12:21:02 -0000 1.21
--- toggle 23 Jan 2017 13:00:51 -0000 1.22
***************
*** 126,146 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 126,146 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: client-tags
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/client-tags,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** client-tags 4 Apr 2016 10:55:47 -0000 1.1
--- client-tags 23 Jan 2017 13:00:51 -0000 1.2
***************
*** 129,149 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 129,149 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: edit-actions-list
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/edit-actions-list,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** edit-actions-list 6 Oct 2014 10:19:29 -0000 1.38
--- edit-actions-list 23 Jan 2017 13:00:51 -0000 1.39
***************
*** 256,276 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 256,276 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: no-such-domain
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/no-such-domain,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** no-such-domain 17 Mar 2016 10:19:31 -0000 1.24
--- no-such-domain 23 Jan 2017 13:00:51 -0000 1.25
***************
*** 135,155 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 135,155 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: show-version
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/show-version,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** show-version 4 Apr 2016 10:51:11 -0000 1.18
--- show-version 23 Jan 2017 13:00:51 -0000 1.19
***************
*** 136,156 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 136,156 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: blocked
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/blocked,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -d -r1.27 -r1.28
*** blocked 4 Apr 2016 10:51:11 -0000 1.27
--- blocked 23 Jan 2017 13:00:51 -0000 1.28
***************
*** 212,233 ****
</tr> \
\
- <tr> \
- <td class="info" colspan="2"> \
- <big><b>Support and Service:</b></big> \
- <p> \
- The Privoxy Team values your feedback. \
- </p> \
- <p> \
- Please have a look at the User Manual to learn how to \
- <a title="Privoxy User Manual: Contacting the developers, Bug Reporting and Feature Requests" \
- href="@[email protected]">get support or report problems</a>. \
- <p> \
- If you want to support the Privoxy Team, you can \
- <a href="https://www.privoxy.org/faq/general.html#PARTICIPATE">participate</a> \
- or <a href="https://www.privoxy.org/faq/general.html#DONATE">donate</a>. \
- </p> \
- </td> \
- </tr> \
- \
<!-- @if-have-help-info-start --> \
<tr> \
--- 212,215 ----
***************
*** 249,252 ****
--- 231,252 ----
<!-- if-have-help-info-end@ --> \
\
+ <tr> \
+ <td class="info" colspan="2"> \
+ <big><b>Support and Service:</b></big> \
+ <p> \
+ The Privoxy Team values your feedback. \
+ </p> \
+ <p> \
+ Please have a look at the User Manual to learn how to \
+ <a title="Privoxy User Manual: Contacting the developers, Bug Reporting and Feature Requests" \
+ href="@[email protected]">get support or report problems</a>. \
+ <p> \
+ If you want to support the Privoxy Team, you can \
+ <a href="https://www.privoxy.org/faq/general.html#PARTICIPATE">participate</a> \
+ or <a href="https://www.privoxy.org/faq/general.html#DONATE">donate</a>. \
+ </p> \
+ </td> \
+ </tr> \
+ \
</table> \
');
Index: cgi-error-404
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-404,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** cgi-error-404 4 Apr 2016 10:51:11 -0000 1.18
--- cgi-error-404 23 Jan 2017 13:00:51 -0000 1.19
***************
*** 126,146 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 126,146 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: edit-actions-for-url
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/edit-actions-for-url,v
retrieving revision 1.65
retrieving revision 1.66
diff -C2 -d -r1.65 -r1.66
*** edit-actions-for-url 6 Oct 2014 10:19:29 -0000 1.65
--- edit-actions-for-url 23 Jan 2017 13:00:51 -0000 1.66
***************
*** 1167,1187 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 1167,1187 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: show-request
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/show-request,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** show-request 4 Apr 2016 10:51:11 -0000 1.17
--- show-request 23 Jan 2017 13:00:51 -0000 1.18
***************
*** 131,151 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 131,151 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: cgi-error-file-read-only
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-file-read-only,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** cgi-error-file-read-only 4 Apr 2016 10:51:11 -0000 1.7
--- cgi-error-file-read-only 23 Jan 2017 13:00:51 -0000 1.8
***************
*** 123,143 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 123,143 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: connect-failed
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/connect-failed,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -d -r1.26 -r1.27
*** connect-failed 4 Apr 2016 10:51:11 -0000 1.26
--- connect-failed 23 Jan 2017 13:00:51 -0000 1.27
***************
*** 133,153 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 133,153 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: cgi-error-modified
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-modified,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** cgi-error-modified 4 Apr 2016 10:51:11 -0000 1.18
--- cgi-error-modified 23 Jan 2017 13:00:51 -0000 1.19
***************
*** 134,154 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 134,154 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: cgi-error-disabled
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-disabled,v
retrieving revision 1.19
retrieving revision 1.20
diff -C2 -d -r1.19 -r1.20
*** cgi-error-disabled 4 Apr 2016 10:51:11 -0000 1.19
--- cgi-error-disabled 23 Jan 2017 13:00:51 -0000 1.20
***************
*** 146,166 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 146,166 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: edit-actions-add-url-form
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/edit-actions-add-url-form,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** edit-actions-add-url-form 6 Oct 2014 10:19:29 -0000 1.21
--- edit-actions-add-url-form 23 Jan 2017 13:00:51 -0000 1.22
***************
*** 123,143 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 123,143 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: cgi-error-bad-param
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-bad-param,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** cgi-error-bad-param 4 Apr 2016 10:51:11 -0000 1.17
--- cgi-error-bad-param 23 Jan 2017 13:00:51 -0000 1.18
***************
*** 133,153 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 133,153 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: cgi-error-parse
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-parse,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** cgi-error-parse 4 Apr 2016 10:51:11 -0000 1.18
--- cgi-error-parse 23 Jan 2017 13:00:51 -0000 1.19
***************
*** 153,173 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 153,173 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: cgi-error-file
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/cgi-error-file,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** cgi-error-file 4 Apr 2016 10:51:11 -0000 1.18
--- cgi-error-file 23 Jan 2017 13:00:51 -0000 1.19
***************
*** 116,136 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 116,136 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: show-url-info
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/show-url-info,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -d -r1.34 -r1.35
*** show-url-info 17 Mar 2016 10:19:31 -0000 1.34
--- show-url-info 23 Jan 2017 13:00:51 -0000 1.35
***************
*** 269,289 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 269,289 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: edit-actions-url-form
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/edit-actions-url-form,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** edit-actions-url-form 6 Oct 2014 10:19:29 -0000 1.21
--- edit-actions-url-form 23 Jan 2017 13:00:51 -0000 1.22
***************
*** 127,147 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 127,147 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: connection-timeout
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/connection-timeout,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** connection-timeout 6 Oct 2014 10:19:29 -0000 1.2
--- connection-timeout 23 Jan 2017 13:00:51 -0000 1.3
***************
*** 63,83 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 63,83 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: edit-actions-remove-url-form
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/edit-actions-remove-url-form,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** edit-actions-remove-url-form 6 Oct 2014 10:19:29 -0000 1.20
--- edit-actions-remove-url-form 23 Jan 2017 13:00:51 -0000 1.21
***************
*** 109,129 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 109,129 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: no-server-data
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/no-server-data,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** no-server-data 6 Oct 2014 10:19:29 -0000 1.2
--- no-server-data 23 Jan 2017 13:00:51 -0000 1.3
***************
*** 72,92 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 72,92 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: default
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/default,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** default 4 Apr 2016 10:51:11 -0000 1.24
--- default 23 Jan 2017 13:00:51 -0000 1.25
***************
*** 108,128 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 108,128 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: show-status
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/show-status,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** show-status 8 May 2016 10:44:39 -0000 1.51
--- show-status 23 Jan 2017 13:00:51 -0000 1.52
***************
*** 368,388 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 368,388 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: untrusted
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/untrusted,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** untrusted 4 Apr 2016 10:51:11 -0000 1.24
--- untrusted 23 Jan 2017 13:00:51 -0000 1.25
***************
*** 168,188 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 168,188 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: forwarding-failed
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/forwarding-failed,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** forwarding-failed 4 Apr 2016 10:51:11 -0000 1.7
--- forwarding-failed 23 Jan 2017 13:00:51 -0000 1.8
***************
*** 144,164 ****
</tr>
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 144,164 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info" colspan="2">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info" colspan="2">
! #include mod-support-and-service
</td>
</tr>
</table>
Index: show-status-file
===================================================================
RCS file: /cvsroot/ijbswa/current/templates/show-status-file,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** show-status-file 4 Apr 2016 10:51:11 -0000 1.21
--- show-status-file 23 Jan 2017 13:00:51 -0000 1.22
***************
*** 123,143 ****
</tr>
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
- <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
- <!-- if-have-help-info-end@ -->
</table>
--- 123,143 ----
</tr>
+ <!-- @if-have-help-info-start -->
<tr>
<td class="info">
! #include mod-local-help
</td>
</tr>
+ <!-- if-have-help-info-end@ -->
<tr>
<td class="info">
! #include mod-support-and-service
</td>
</tr>
</table>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot