diff --git a/atlas/templates/atlas/case_display_block.html b/atlas/templates/atlas/case_display_block.html index 0d3fc77f..afc87cec 100755 --- a/atlas/templates/atlas/case_display_block.html +++ b/atlas/templates/atlas/case_display_block.html @@ -2,50 +2,68 @@ {% partialdef case-series %} {% for series in case.get_ordered_series %} - - - Series {{ forloop.counter }}:
- - {{series.get_block}} - -
-
+
+ +
+ + +
- - - Page - - - - Popup - -
- - +
+
{% endfor %} {% endpartialdef %} @@ -484,27 +502,26 @@ data-named-stacks='{{case.get_case_named_stacks}}' >
-
Series: -
-
- {% partial case-series %} -
-
-
+
+
+ Series + Compact cards by default. Open a card for more actions. +
+ {{ case.get_ordered_series|length }} total +
+
+
-
-
- - - -
+
+ + Manage series + +
Create and add new series
@@ -550,6 +567,16 @@ > Remove selected series from case +
{% endif %}
+
+ +
+
+
+
+ {% partial case-series %}
- -
+
-
+
@@ -955,6 +988,37 @@
+ +