Second pass at adding key files
This commit is contained in:
7
site/glist/templates/common/spellcheck_objects.html
Normal file
7
site/glist/templates/common/spellcheck_objects.html
Normal file
@ -0,0 +1,7 @@
|
||||
<style><%include spellcheck.css%></style>
|
||||
<div id="result_spellcheck" style="position: absolute; text-align:left; visibility: hidden; width: 97%; height:0px; overflow: auto; padding: 4px"></div>
|
||||
<%if emode eq 'multi'%>
|
||||
<div id="result_spellcheck2" style="position: absolute; text-align:left; visibility: hidden; width: 97%; height:0px; overflow: auto; padding: 4px"></div>
|
||||
<%endif%>
|
||||
<div id="suggest_menu" style="position: absolute; visibility: hidden; cursor: default; padding: 1px"></div><br>
|
||||
<iframe id="frame_spellcheck" style="visibility: hidden; height: 0px; width: 0px" src="glist.cgi?do=msg_spellcheck;load=1;emode=<%emode%>;t=common<%hidden_query%>"></iframe>
|
Reference in New Issue
Block a user