Skip to content

Commit

Permalink
SAK-29823 site type title not editable sakai.property not being obeyed
Browse files Browse the repository at this point in the history
  • Loading branch information
bjones86 committed Aug 19, 2015
1 parent d74e0ce commit eede515
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function submitRemoveSection(index){
<span class="reqStar">*</span>
$tlang.getString("sitediinf.sittit")
</label>
#if (!$!existingSite || $!siteTitleEditable)
#if ($siteTitleEditable)
<input type="text" name="title" id="title" size="20" maxlength="$!titleMaxLength" value="$validator.escapeHtml($!title)" />
#else
$validator.escapeHtml($!title)
Expand Down

0 comments on commit eede515

Please sign in to comment.