Skip to content

Commit

Permalink
Case imported publisher appears under Publisher Name in CTDL-ASN fields
Browse files Browse the repository at this point in the history
  • Loading branch information
woodkri committed Dec 13, 2018
1 parent 032a07e commit e99944b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Expand Up @@ -522,7 +522,7 @@ <h2 class="editMode absentForConcepts" style="margin-bottom:0px;cursor:pointer;"
<!-- Publisher Name -->
<label id="sidebarPublisherNameInputLabel" for="sidebarPublisherName" title="" cassFramework="Publisher Name:" cassFrameworkTitle="Name of the agent responsible for making this entity available. One name per line." ceasnFramework="Publisher Name:" ceasnFrameworkTitle="Name of the agent responsible for making this entity available. One name per line." class="viewMode editMode absentForConcepts" style="margin:0px;">Publisher Name:</label>
<p id="sidebarPublisherName" class="viewMode absentForConcepts sidebarViewList" style="font-weight:bold;"></p>
<input id="sidebarPublisherNameInput" cassFramework="ceasn:publisherName" ceasnFramework="ceasn:publisherName" data-group="sidebarPublisherNameInput" plural="true" class="sidebarPublisherNameInput editMode editControl absentForConcepts" />
<input id="sidebarPublisherNameInput" cassFramework="schema:publisher" ceasnFramework="ceasn:publisherName" data-group="sidebarPublisherNameInput" plural="true" class="sidebarPublisherNameInput editMode editControl absentForConcepts" />
<div class="sidebarInputGroup">
<div class="addInputContainer">
<button title="Add another value." id="addPublisherNameInput" data-target="sidebarPublisherNameInput" class="editMode editControl addInputButton absentForConcepts"><i class="fa fa-plus"></i></button>
Expand All @@ -531,7 +531,7 @@ <h2 class="editMode absentForConcepts" style="margin-bottom:0px;cursor:pointer;"
<!-- Publisher -->
<label id="sidebarPublisherInputLabel" for="sidebarPublisher" title="" cassFramework="Publisher:" cassFrameworkTitle="A URI to an entity responsible for making this competency framework available. For example: https://credentialengineregistry.org/, https://eduworks.com, https://case.georgiastandards.org/. One entity per line." ceasnFramework="Publisher:" ceasnFrameworkTitle="The entity responsible for making this competency framework available. For example: https://credentialengineregistry.org/, https://eduworks.com, https://case.georgiastandards.org/. One entity per line." class="viewMode editMode absentForConcepts" style="margin:0px;">Publisher:</label>
<p id="sidebarPublisher" class="viewMode absentForConcepts sidebarViewList" style="font-weight:bold;"></p>
<input id="sidebarPublisherInput" cassFramework="schema:publisher" ceasnFramework="ceasn:publisher" data-group="sidebarPublisherInput" plural="true" type="url" class="editMode editControl absentForConcepts sidebarPublisherInput" />
<input id="sidebarPublisherInput" cassFramework="ceasn:publisher" ceasnFramework="ceasn:publisher" data-group="sidebarPublisherInput" plural="true" type="url" class="editMode editControl absentForConcepts sidebarPublisherInput" />
<div class="sidebarInputGroup">
<div class="addInputContainer">
<button title="Add another value." id="addPublisherInput" data-target="sidebarPublisherInput" class="editMode editControl addInputButton absentForConcepts"><i class="fa fa-plus"></i></button>
Expand Down

1 comment on commit e99944b

@woodkri
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Related to #439

Please sign in to comment.