From: abneiman Date: Wed, 13 Jun 2018 18:46:50 +0000 (-0400) Subject: Docs: Update marc_tag_table.adoc X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=760de0c30d0f51b87bce58bdf51fa56736d3e4e0;p=evergreen%2Fpines.git Docs: Update marc_tag_table.adoc Striking reference to "sprint 2 preview". Adding location information & screenshots. Signed-off-by: Jane Sandberg --- diff --git a/docs/cataloging/marc_tag_table.adoc b/docs/cataloging/marc_tag_table.adoc index bf6b9c1590..4104695ae6 100644 --- a/docs/cataloging/marc_tag_table.adoc +++ b/docs/cataloging/marc_tag_table.adoc @@ -1,10 +1,8 @@ MARC Tag-table Service ~~~~~~~~~~~~~~~~~~~~~~ The tag tables for the web staff client MARC editor are -now stored in the database rather than a separate XML -tooltips file as used by the XUL MARC editor. The tag-table -service, which is part of the web staff client sprint 2 -preview in this release, has the following features: +stored in the database. The tag-table +service has the following features: - specifies whether (sub)fields are optional or mandatory - specifies whether (sub)fields are repeatable or not @@ -18,6 +16,16 @@ preview in this release, has the following features: populate values in context menus in the web staff client MARC editor. +MARC Tag Tables can be found under Administration -> Server Administration -> MARC Tag Tables. + +MARC Tag Tables Grid: + +image::media/MARC_Tag_Tables_Grid.PNG[Grid view of MARC Tag Tables] + +MARC Tag Tables Detail: + +image::media/MARC_Tag_Tables_Detail.PNG[Detail view of MARC Tag Tables] + The initial seed data for the in-database tag table is derived from the current tooltips XML file. diff --git a/docs/media/MARC_Tag_Tables_Detail.PNG b/docs/media/MARC_Tag_Tables_Detail.PNG new file mode 100644 index 0000000000..21f192cc00 Binary files /dev/null and b/docs/media/MARC_Tag_Tables_Detail.PNG differ diff --git a/docs/media/MARC_Tag_Tables_Grid.PNG b/docs/media/MARC_Tag_Tables_Grid.PNG new file mode 100644 index 0000000000..28a2a72319 Binary files /dev/null and b/docs/media/MARC_Tag_Tables_Grid.PNG differ