--- .../en/modules/help/suggestion/acceptorreject.tmpl | 64 -------------------- .../en/modules/help/suggestion/suggestion.tmpl | 64 ++++++++++++++++++++ 2 files changed, 64 insertions(+), 64 deletions(-) delete mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl create mode 100644 koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tmpl
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl deleted file mode 100644 index b0c6dc7..0000000 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/acceptorreject.tmpl +++ /dev/null @@ -1,64 +0,0 @@ -<!-- TMPL_INCLUDE NAME="help-top.inc" --> - -<h1>Suggestions Management</h1> -<h2>What are Purchase Suggestions?</h2> -<p> -Purchase suggestions give the users of the OPAC a way to lodge requests for the library to purchase for items. -</p> -<p> -<span style="color: #990000">IMPORTANT: To use this feature, purchase suggestions need to be turned on in -system preferences.</span> <br /> - -</p> -<ul> - <li><em>Get there:</em> More > Administration > Global System Preferences > OPAC > suggestion</li> -</ul> -<span style="color: #990000">IMPORTANT: Suggestions are only managed here if the emailPurchaseSuggestions preference is turned off.<br /></span> - -<ul> - <li><em>Get there:</em> More > Administration > Global System Preferences > Acquisitions > emailPurchaseSuggestions</li> -</ul> -<h2>Manage Suggestions<br /> -</h2> -<p> -To manage suggestions, go to More > Acquisitions -</p> -<ul> - <li>Click 'Manage suggestions'</li> - <li>If you have suggestions to manage they will appear here - </li> - <li style="color: #990000">IMPORTANT: You need to have authorized values for 'Reason' already set before working with suggestions</li> - <ul> - <li style="background-color: #ffe599">TIP: Reasons are the librarian's reason for accepting/rejecting request</li> - <li>If reasons are not set the Suggestions page will will look like this:<br /> - </li> - <li>If you get this error, click 'authorized values' - <ul> - <li style="background-color: #ffe599">TIP: You can also edit these values by going to More > Administration > Authorized Values</li> - </ul> - </li> - <li>Choose SUGGEST from the pull down - <br /> - </li> - <li>Enter a short 'Authorized value' and a longer 'Description' (this second field is optional)<br /> - </li> - <li>This will result in a list of values that can be added to or edited at any time - <br /> - </li> - <li>It will also add these values to the pull down on the manage suggestions page - <br /> - </li> - </ul> - <li>If there are no errors, continue to approving or rejecting the request and submitting a reason - <br /> - </li> - <li style="background-color: #ffe599">TIP: By choosing 'Others...' from the reason pull down you will be able to enter a free text reason.<br /> - </li> - <li>After choosing your reason, click 'Change Status'</li> - <li style="background-color: #ffe599">TIP: Statuses can be updated in bulk by choosing from the pull down at the bottom and clicking 'Mark all with this reason'<br /> - </li> - <li>The item will be moved to the 'Accepted' or 'Rejected' menu</li> - <li>If you accidentally pick the wrong option (accept or reject) you can always edit your selection by visiting the appropriate tab</li> -</ul> - -<!-- TMPL_INCLUDE NAME="help-bottom.inc" --> \ No newline at end of file diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tmpl new file mode 100644 index 0000000..b0c6dc7 --- /dev/null +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/suggestion/suggestion.tmpl @@ -0,0 +1,64 @@ +<!-- TMPL_INCLUDE NAME="help-top.inc" --> + +<h1>Suggestions Management</h1> +<h2>What are Purchase Suggestions?</h2> +<p> +Purchase suggestions give the users of the OPAC a way to lodge requests for the library to purchase for items. +</p> +<p> +<span style="color: #990000">IMPORTANT: To use this feature, purchase suggestions need to be turned on in +system preferences.</span> <br /> + +</p> +<ul> + <li><em>Get there:</em> More > Administration > Global System Preferences > OPAC > suggestion</li> +</ul> +<span style="color: #990000">IMPORTANT: Suggestions are only managed here if the emailPurchaseSuggestions preference is turned off.<br /></span> + +<ul> + <li><em>Get there:</em> More > Administration > Global System Preferences > Acquisitions > emailPurchaseSuggestions</li> +</ul> +<h2>Manage Suggestions<br /> +</h2> +<p> +To manage suggestions, go to More > Acquisitions +</p> +<ul> + <li>Click 'Manage suggestions'</li> + <li>If you have suggestions to manage they will appear here + </li> + <li style="color: #990000">IMPORTANT: You need to have authorized values for 'Reason' already set before working with suggestions</li> + <ul> + <li style="background-color: #ffe599">TIP: Reasons are the librarian's reason for accepting/rejecting request</li> + <li>If reasons are not set the Suggestions page will will look like this:<br /> + </li> + <li>If you get this error, click 'authorized values' + <ul> + <li style="background-color: #ffe599">TIP: You can also edit these values by going to More > Administration > Authorized Values</li> + </ul> + </li> + <li>Choose SUGGEST from the pull down + <br /> + </li> + <li>Enter a short 'Authorized value' and a longer 'Description' (this second field is optional)<br /> + </li> + <li>This will result in a list of values that can be added to or edited at any time + <br /> + </li> + <li>It will also add these values to the pull down on the manage suggestions page + <br /> + </li> + </ul> + <li>If there are no errors, continue to approving or rejecting the request and submitting a reason + <br /> + </li> + <li style="background-color: #ffe599">TIP: By choosing 'Others...' from the reason pull down you will be able to enter a free text reason.<br /> + </li> + <li>After choosing your reason, click 'Change Status'</li> + <li style="background-color: #ffe599">TIP: Statuses can be updated in bulk by choosing from the pull down at the bottom and clicking 'Mark all with this reason'<br /> + </li> + <li>The item will be moved to the 'Accepted' or 'Rejected' menu</li> + <li>If you accidentally pick the wrong option (accept or reject) you can always edit your selection by visiting the appropriate tab</li> +</ul> + +<!-- TMPL_INCLUDE NAME="help-bottom.inc" --> \ No newline at end of file -- 1.5.6.5 _______________________________________________ Koha-patches mailing list [email protected] http://lists.koha.org/mailman/listinfo/koha-patches
