diff --git a/js/components/clin_fields.js b/js/components/clin_fields.js index 808c764b..5d396c61 100644 --- a/js/components/clin_fields.js +++ b/js/components/clin_fields.js @@ -1,11 +1,11 @@ import DateSelector from './date_selector' -import optionsinput from './options_input' import textinput from './text_input' export default { name: 'clin-fields', components: { + DateSelector, textinput, }, diff --git a/js/components/date_selector.js b/js/components/date_selector.js index 0943bd0b..18bd2c6e 100644 --- a/js/components/date_selector.js +++ b/js/components/date_selector.js @@ -19,6 +19,7 @@ export default { initialyear: { type: String }, mindate: { type: String }, maxdate: { type: String }, + nameTag: { type: String } }, data: function() { @@ -26,6 +27,7 @@ export default { day: this.initialday, month: this.initialmonth, year: this.initialyear, + name: this.nameTag, } }, diff --git a/templates/task_orders/edit.html b/templates/task_orders/edit.html index eee3d470..6883a5d0 100644 --- a/templates/task_orders/edit.html +++ b/templates/task_orders/edit.html @@ -1,6 +1,7 @@ {% extends "portfolios/base.html" %} {% from 'components/date_picker.html' import DatePicker %} +{% from 'components/icon.html' import Icon %} {% from 'components/save_button.html' import SaveButton %} {% from 'components/options_input.html' import OptionsInput %} {% from 'components/text_input.html' import TextInput %} @@ -8,6 +9,7 @@ {% macro CLINFields(fields) %}
+
{{ OptionsInput(fields.jedi_clin_type) }} {{ TextInput(fields.number) }} {{ DatePicker(fields.start_date) }} @@ -67,60 +69,117 @@
-
- -
Start Date + + +
+ +
+ Start of period of performance (PoP) +
+
+ +
+ + +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ {{ Icon("ok", classes="icon--green") }} +
- -
- -
- - +
+
+ + +
+ +
+ End of period of performance (PoP) +
+
+ +
+ + +
+ + +
+ +
+ + +
+ +
+ + + +
+ +
+ {{ Icon("ok", classes="icon--green") }} +
-
- - -
-
- - -
- -
-

-

-
-
- -
End Date -
-
-
- -
- - -
-
- - -
-
- - -
- -
-

-

-
+ + +