Changed unit identifier to be readonly, not disabled

STUD-863
This commit is contained in:
Andy Armstrong
2013-11-25 16:53:38 -05:00
parent 304ccc918d
commit f002ce4908

View File

@@ -182,7 +182,7 @@ require(["domReady!", "jquery", "js/models/module_info", "coffee/src/views/unit"
<div class="row wrapper-unit-id">
<p class="unit-id">
<span class="label">${_("Unit Identifier:")}</span>
<input type="text" class="url value" value="${unit.location.name}" disabled />
<input type="text" class="url value" value="${unit.location.name}" readonly />
</p>
</div>
<ol>