From: Dan Scott Date: Thu, 1 Oct 2015 20:16:27 +0000 (-0400) Subject: Doc build: use the implicit ID for lib settings editor X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=60c29c9ad47e6bad6fd1984d382330250b1d9b0a;p=evergreen%2Fmasslnc.git Doc build: use the implicit ID for lib settings editor We no longer have an explicitly set ID for the library settings editor section, so update references to use the implicit ID instead. Signed-off-by: Dan Scott --- diff --git a/docs/admin/staff_client-button_bar_toolbar.txt b/docs/admin/staff_client-button_bar_toolbar.txt index 5ae53540ca..b20edd35e2 100644 --- a/docs/admin/staff_client-button_bar_toolbar.txt +++ b/docs/admin/staff_client-button_bar_toolbar.txt @@ -16,7 +16,7 @@ preference. A group of buttons can be selected or activated by default for all workstations at a particular library (see -<> for details). A different +<<_library_settings_editor,Library Settings>> for details). A different default group can be set up on individual workstations by the following steps. diff --git a/docs/admin/workstation_admin_receipt_template_editor.txt b/docs/admin/workstation_admin_receipt_template_editor.txt index d1f7305c24..1bead5a1a5 100644 --- a/docs/admin/workstation_admin_receipt_template_editor.txt +++ b/docs/admin/workstation_admin_receipt_template_editor.txt @@ -520,7 +520,7 @@ indexterm:[receipt template editor, macros] %SUBSTR(#)%...%SUBSTR_END%:: Take substring starting at position # to end of string. If # is negative count backwards from end of string. %SUBSTR(#,#)%...%SUBSTR_END%:: Same as %SUBSTR(#)%, but limit to second provided number characters after start point. If second number is negative, count backwards instead of forwards. -There are several macros that can carry pre-built contents specific to individual libraries. The contents can be set up in local administration. For details see <>. Though text can be hard-coded in receipt templates, the pre-built contents will be automatically applied to receipts printed from all workstations without editing each template. +There are several macros that can carry pre-built contents specific to individual libraries. The contents can be set up in local administration. For details see <<_library_settings_editor, Library Settings>>. Though text can be hard-coded in receipt templates, the pre-built contents will be automatically applied to receipts printed from all workstations without editing each template. indexterm:[receipt template editor, includes]