Skip to content

Commit

Permalink
Merge pull request sakaiproject#1010 from bjones86/SAK-29823
Browse files Browse the repository at this point in the history
SAK-29823 site type title not editable sakai.property not being obeyed
  • Loading branch information
juanjmerono committed Sep 30, 2015
2 parents 013d3f9 + eede515 commit aef57ae
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 aef57ae

Please sign in to comment.