Docs: Update copy_statuses.adoc for web client
authorKevin Tran <kdt8@students.calvin.edu>
Thu, 1 Mar 2018 16:41:53 +0000 (11:41 -0500)
committerRemington Steed <rjs7@calvin.edu>
Tue, 13 Mar 2018 14:32:59 +0000 (10:32 -0400)
  - new screenshots for adding, editing, deleting
  - update instructions to match web client

Signed-off-by: Remington Steed <rjs7@calvin.edu>

docs/admin/copy_statuses.adoc
docs/media/copy_status_add.png [new file with mode: 0644]
docs/media/copy_status_delete.png [new file with mode: 0644]
docs/media/copy_status_edit.png [new file with mode: 0644]

index 2122916..41aabeb 100644 (file)
@@ -1,8 +1,8 @@
 Copy Status
 -----------
 
-To navigate to the copy status editor from the staff client menu, select *Admin*
--> *Server Administration* -> *Copy Statuses*.
+To navigate to the copy status editor from the staff client menu, select
+*Administration* -> *Server Administration* -> *Copy Statuses*.
 
 The Copy Status Editor is used to add, edit and delete statuses of copies in
 your system.
@@ -65,6 +65,8 @@ wish for this status to set the active date for new items.
 . Click _Save Changes_ at the bottom of the screen to save changes to the new
 status.
 
+image::media/copy_status_add.png[Adding copy statuses]
+
 Deleting Copy Statuses
 ~~~~~~~~~~~~~~~~~~~~~~
 
@@ -73,6 +75,8 @@ status.
 . Click _Delete Selected_.
 . Click _OK_ to verify.
 
+image::media/copy_status_delete.png[Deleting copy statuses]
+
 [NOTE]
 You will not be able to delete statuses if copies currently exist with that
 status.
@@ -85,3 +89,5 @@ Editing Copy Statuses
 copy's active date, check or uncheck the relevant checkbox.
 
 . Once you have finished editing the statuses, remember to click Save Changes.
+
+image::media/copy_status_edit.png[Editing copy statuses]
diff --git a/docs/media/copy_status_add.png b/docs/media/copy_status_add.png
new file mode 100644 (file)
index 0000000..8c01477
Binary files /dev/null and b/docs/media/copy_status_add.png differ
diff --git a/docs/media/copy_status_delete.png b/docs/media/copy_status_delete.png
new file mode 100644 (file)
index 0000000..525a84c
Binary files /dev/null and b/docs/media/copy_status_delete.png differ
diff --git a/docs/media/copy_status_edit.png b/docs/media/copy_status_edit.png
new file mode 100644 (file)
index 0000000..9bb3a83
Binary files /dev/null and b/docs/media/copy_status_edit.png differ