Skip to content

Commit

Permalink
SAK-40908 Corrected spelling nexprev (sakaiproject#6884)
Browse files Browse the repository at this point in the history
* SAK-40908 Corrected spelling nexprev

Corrected spelling nexprev, 2 files

* Tomcat 8 > Tomcat 9

Horowitz forgot the text
  • Loading branch information
lgekeler authored and ern committed May 7, 2019
1 parent 08714cd commit 9623b0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ mvn install

## Running

Sakai runs on Apache Tomcat 8. Download the latest version from http://tomcat.apache.org and extract the archive.
Sakai runs on Apache Tomcat 9. Download the latest version from http://tomcat.apache.org and extract the archive.
*Note: Sakai does not work with Tomcat installed via a package from apt-get, yum or other package managers.*

You **must** configure Tomcat according to the instructions on this page:
Expand Down
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 @@ -145,8 +145,8 @@ <h2>
<a href="#" role="button" id="collapseAllSections" style="display:none;" class="button menuitem"><span class="fa fa-toggle-up" aria-hidden="true" style="padding-right:5px;"></span><span rsf:id="msg=simplepage.collapse.all"></span></a>
</span>
<span>
<a role="button" href="#" rsf:id="prev" class="nexprev prev menuitem button">prev</a>
<a role="button" href="#" rsf:id="next" class="nexprev prev menuitem button">next</a>
<a role="button" href="#" rsf:id="prev" class="nextprev prev menuitem button">prev</a>
<a role="button" href="#" rsf:id="next" class="nextprev prev menuitem button">next</a>
</span>
<a role="button" href="#" rsf:id="print-view" id="print-view" onclick="window.open(printView(window.location.href));return false" class="Mrphs-toolTitleNav__link top-icon fa fa-print"><span rsf:id="msg=simplepage.print_view" class="Mrphs-itemTitle"></span></a>
<a role="button" href="#" rsf:id="print-all" id="print-all" onclick="window.open(printViewWithParameter(window.location.href));return false" class="Mrphs-toolTitleNav__link top-icon fa fa-print"><span rsf:id="msg=simplepage.print_all" class="Mrphs-itemTitle"></span></a>
Expand Down Expand Up @@ -969,8 +969,8 @@ <h3 class="questionText" rsf:id="questionText"></h3>
></iframe>
<ul class="navIntraTool">
<li class="bottomButtons contentButton">
<a role="button" class="nexprev prev menuitem button" href="#" rsf:id="prev1">next</a>
<a role="button" class="bottomRight nexprev prev menuitem button" href="#" rsf:id="next1">next</a>
<a role="button" class="nextprev prev menuitem button" href="#" rsf:id="prev1">next</a>
<a role="button" class="bottomRight nextprev prev menuitem button" href="#" rsf:id="next1">next</a>
</li>
</ul>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
}
}

.nexprev {
.nextprev {
line-height: 1em;
}
}
Expand Down

0 comments on commit 9623b0e

Please sign in to comment.