Updated to nearly fully functional. Pre-release 1. Still needs some UI changes in the slideshow and admin pages (move the save button & fix the save detection for the internship list). Customer had one more page change request which I need to re-define and handle.
This commit is contained in:
7
imports/ui/EditablePage.html
Normal file
7
imports/ui/EditablePage.html
Normal file
@@ -0,0 +1,7 @@
|
||||
<template name="EditablePage">
|
||||
<div id="editablePage" class="textView">
|
||||
{{{editableHTML}}}
|
||||
<!-- This prevents the text from being smaller than the image and the footer from being shoved next to the image. -->
|
||||
<div style="clear:both"></div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user