Skip to content

Commit

Permalink
Merge pull request sakaiproject#2277 from clhedrick/LSNBLDR-609
Browse files Browse the repository at this point in the history
LSNBLDR-609; also need to fix UI for long names
  • Loading branch information
clhedrick committed Apr 19, 2016
2 parents 674828b + 3fe0145 commit 8a8b5e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lessonbuilder/tool/src/webapp/templates/ShowPage.html
Original file line number Diff line number Diff line change
Expand Up @@ -863,7 +863,7 @@ <h3 class="questionText" rsf:id="questionText"></h3>
<p class="shorttext required">
<span class="reqStar">*</span>
<label class="pageTitle" rsf:id="subpage-label" for="subpage-title"></label>
<input type="text" name="subpage-title" id="subpage-title" rsf:id="subpage-title" maxlength="99" length="30" /><br />
<input type="text" name="subpage-title" id="subpage-title" rsf:id="subpage-title" maxlength="255" length="30" /><br />
</p>

<p class="shorttext required" style="margin-top: 1em; margin-bottom:1em">
Expand Down Expand Up @@ -897,7 +897,7 @@ <h3 class="questionText" rsf:id="questionText"></h3>

<p class="shorttext required">
<label rsf:id="name-label" class="pageTitle" for="name"></label>
<input type="text" name="name" rsf:id="name" id="name" size="30" maxlength="99" class="edit-form-input" /><br />
<input type="text" name="name" rsf:id="name" id="name" size="30" maxlength="255" class="edit-form-input" /><br />
</p>

<p id="pathdiv">
Expand Down Expand Up @@ -1049,7 +1049,7 @@ <h3 class="questionText" rsf:id="questionText"></h3>
<div id="mm-name-section">
<p class="shorttext required">
<label rsf:id="msg=simplepage.name_label" for="mm-name"></label>
<input type="text" name="mm-name" rsf:id="mm-name" id="mm-name" size="30" maxlength="99" class="edit-form-input" />
<input type="text" name="mm-name" rsf:id="mm-name" id="mm-name" size="30" maxlength="255" class="edit-form-input" />
</p>
<hr />
</div>
Expand Down Expand Up @@ -1273,7 +1273,7 @@ <h3 class="questionText" rsf:id="questionText"></h3>
<p class="shorttext required">
<span class="reqStar">*</span>
<label class="pageTitle" rsf:id="pageTitleLabel" for="pageTitle">Page Title</label>
<input rsf:id="pageTitle" maxlength="99" id="pageTitle" type="text"/>
<input rsf:id="pageTitle" maxlength="255" id="pageTitle" type="text"/>
</p>

<div rsf:id="hideContainer">
Expand Down

0 comments on commit 8a8b5e9

Please sign in to comment.