[geeklog-cvs] geeklog-1.3/public_html/layout/professional/admin/story storyeditor.thtml,1.2,1.3

blaine at iowaoutdoors.org blaine at iowaoutdoors.org
Tue Apr 5 22:14:56 EDT 2005


Update of /var/cvs/geeklog-1.3/public_html/layout/professional/admin/story
In directory www:/tmp/cvs-serv27756/public_html/layout/professional/admin/story

Modified Files:
	storyeditor.thtml 
Log Message:
Fix to correct a Javascript error occuring if template variable {showarchivedisabled} was not set.
Identified and fix suggested by: Justin Carlson

Index: storyeditor.thtml
===================================================================
RCS file: /var/cvs/geeklog-1.3/public_html/layout/professional/admin/story/storyeditor.thtml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** storyeditor.thtml	30 Sep 2004 08:02:36 -0000	1.2
--- storyeditor.thtml	6 Apr 2005 02:14:54 -0000	1.3
***************
*** 225,229 ****
  <script>
  <!-- This code will only be executed by a browser that suppports Javascript -->
! var jstest = {showarchivedisabled}
  if (jstest) {
      document.frmstory.expire_month.disabled=true;
--- 225,229 ----
  <script>
  <!-- This code will only be executed by a browser that suppports Javascript -->
! var jstest = "{showarchivedisabled}";
  if (jstest) {
      document.frmstory.expire_month.disabled=true;




More information about the geeklog-cvs mailing list