[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/story storyeditor.thtml, 1.18, 1.19 storyeditor_advanced.thtml, 1.28, 1.29

Oliver ospiess at qs1489.pair.com
Sun Nov 25 01:59:23 EST 2007


Update of /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story
In directory qs1489.pair.com:/tmp/cvs-serv10063/admin/story

Modified Files:
	storyeditor.thtml storyeditor_advanced.thtml 
Log Message:
XHTML optional updates

Index: storyeditor.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor.thtml,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** storyeditor.thtml	2 Apr 2007 20:17:50 -0000	1.18
--- storyeditor.thtml	25 Nov 2007 06:59:21 -0000	1.19
***************
*** 1,3 ****
! <script>
  function enablearchive(obj) {
      var f = obj.form;           // all elements have their parent form in "form"
--- 1,4 ----
! <script type="text/javascript">
! //<![CDATA[
  function enablearchive(obj) {
      var f = obj.form;           // all elements have their parent form in "form"
***************
*** 15,24 ****
      f.elements["expire_ampm"].disabled=!disable;
  }
  </script>
                              <form name="frmstory" action="{site_admin_url}/story.php" method="post" enctype="multipart/form-data">
                                  <table cellspacing="0" cellpadding="3" width="100%">
                                      <tr>
!                                         <td width="100px" class="alignright">{lang_author}:</td>
!                                         <td>{story_author}<input type="hidden" name="uid" value="{story_uid}"></td>
                                      </tr>
                                      <tr>
--- 16,26 ----
      f.elements["expire_ampm"].disabled=!disable;
  }
+ //]]>
  </script>
                              <form name="frmstory" action="{site_admin_url}/story.php" method="post" enctype="multipart/form-data">
                                  <table cellspacing="0" cellpadding="3" width="100%">
                                      <tr>
!                                         <td class="alignright" style="width:100px;">{lang_author}:</td>
!                                         <td>{story_author}<input type="hidden" name="uid" value="{story_uid}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 43,48 ****
                                                  {publish_minute_options}
                                              </select>
!                                             {publishampm_selection}<br>
!                                             <input type="hidden" name="publish_second" value="{publish_second}">
                                              {publish_date_explanation}
                                          </td>
--- 45,50 ----
                                                  {publish_minute_options}
                                              </select>
!                                             {publishampm_selection}<br{xhtml}>
!                                             <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
                                              {publish_date_explanation}
                                          </td>
***************
*** 50,54 ****
                                      <tr>
                                          <td class="alignright">{lang_title}:</td>
!                                         <td><input type="text" size="48" maxlength="128" name="title" value="{story_title}"></td>
                                      </tr>
                                      <tr>
--- 52,56 ----
                                      <tr>
                                          <td class="alignright">{lang_title}:</td>
!                                         <td><input type="text" size="48" maxlength="128" name="title" value="{story_title}"{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 63,72 ****
                                          <td class="alignright">{lang_show_topic_icon}:</td>
                                          <td>
!                                             <input type="checkbox" name="show_topic_icon" {show_topic_icon_checked}>
                                          </td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_draft}:</td>
!                                         <td><input type="checkbox" name="draft_flag" {is_checked}></td>
                                      </tr>
                                      <tr>
--- 65,74 ----
                                          <td class="alignright">{lang_show_topic_icon}:</td>
                                          <td>
!                                             <input type="checkbox" name="show_topic_icon" {show_topic_icon_checked}{xhtml}>
                                          </td>
                                      </tr>
                                      <tr>
                                          <td class="alignright">{lang_draft}:</td>
!                                         <td><input type="checkbox" name="draft_flag" {is_checked}{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 75,88 ****
                                                  <tr>
                                                      <td colspan="3" style="padding-left:20px;">{lang_archivetitle}</td>
                                                  <tr>
                                                      <td width="20%" class="alignright" style="padding-right:5px;">{lang_option}:</td>
!                                                     <td width="20%">{lang_enabled}:<input type="checkbox" name="archiveflag" value="1" {is_checked2} onclick="enablearchive(this);"></td>
                                                      <td class="alignleft">
                                                          <label for="storycode10">
!                                                             <input type="radio" name="statuscode" id="storycode10" value="10" {is_checked3}>{lang_optionarchive}
                                                          </label> 
!                                                     <label for="storycode11">
!                                                         <input type="radio" name="statuscode" id="storycode11" value="11" {is_checked4}>{lang_optiondelete}
!                                                     </label>
                                                  </tr>
                                                  <tr>
--- 77,92 ----
                                                  <tr>
                                                      <td colspan="3" style="padding-left:20px;">{lang_archivetitle}</td>
+                                                 </tr>
                                                  <tr>
                                                      <td width="20%" class="alignright" style="padding-right:5px;">{lang_option}:</td>
!                                                     <td width="20%">{lang_enabled}:<input type="checkbox" name="archiveflag" value="1" {is_checked2} onclick="enablearchive(this);"{xhtml}></td>
                                                      <td class="alignleft">
                                                          <label for="storycode10">
!                                                             <input type="radio" name="statuscode" id="storycode10" value="10" {is_checked3}{xhtml}>{lang_optionarchive}
                                                          </label> 
!                                                         <label for="storycode11">
!                                                             <input type="radio" name="statuscode" id="storycode11" value="11" {is_checked4}{xhtml}>{lang_optiondelete}
!                                                         </label>
!                                                     </td>
                                                  </tr>
                                                  <tr>
***************
*** 107,112 ****
                                                              {expire_minute_options}
                                                          </select>
!                                                         {expireampm_selection}<br>
!                                                         <input type="hidden" name="expire_second" value="{expire_second}">
                                                      </td>
                                                  </tr>
--- 111,116 ----
                                                              {expire_minute_options}
                                                          </select>
!                                                         {expireampm_selection}<br{xhtml}>
!                                                         <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
                                                      </td>
                                                  </tr>
***************
*** 132,144 ****
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                                         <td><input type="text" size="40" maxlength="40" name="sid" value="{story_id}"></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_introtext}:</td>
!                                         <td><textarea name="introtext" rows="12" style="width:100%">{story_introtext}</textarea></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_bodytext}:</td>
!                                         <td><textarea name="bodytext" rows="20" style="width:100%">{story_bodytext}</textarea></td>
                                      </tr>
                                      <tr>
--- 136,148 ----
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                                         <td><input type="text" size="40" maxlength="40" name="sid" value="{story_id}"{xhtml}></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_introtext}:</td>
!                                         <td><textarea name="introtext" cols="45" rows="12" style="width:100%">{story_introtext}</textarea></td>
                                      </tr>
                                      <tr>
                                          <td class="alignright" style="vertical-align:top;">{lang_bodytext}:</td>
!                                         <td><textarea name="bodytext" cols="45" rows="20" style="width:100%">{story_bodytext}</textarea></td>
                                      </tr>
                                      <tr>
***************
*** 148,152 ****
                                                  {post_options}
                                              </select>
!                                             <br>
                                              {lang_allowed_html}
                                          </td>
--- 152,156 ----
                                                  {post_options}
                                              </select>
!                                             <br{xhtml}>
                                              {lang_allowed_html}
                                          </td>
***************
*** 165,173 ****
                                                  <tr>
                                                      <td class="alignleft">
!                                                         <input type="hidden" name="hits" value="{story_hits}">{story_hits}
!                                                         <input type="hidden" name="comments" value="{story_comments}">
!                                                         <input type="hidden" name="trackbacks" value="{story_trackbacks}">
!                                                         <input type="hidden" name="numemails" value="{story_emails}">
!                                                         <input type="hidden" name="owner_id" value="{owner_id}">
                                                      </td>
                                                      <td>{lang_comments}:{story_comments}</td>
--- 169,177 ----
                                                  <tr>
                                                      <td class="alignleft">
!                                                         <input type="hidden" name="hits" value="{story_hits}"{xhtml}>{story_hits}
!                                                         <input type="hidden" name="comments" value="{story_comments}"{xhtml}>
!                                                         <input type="hidden" name="trackbacks" value="{story_trackbacks}"{xhtml}>
!                                                         <input type="hidden" name="numemails" value="{story_emails}"{xhtml}>
!                                                         <input type="hidden" name="owner_id" value="{owner_id}"{xhtml}>
                                                      </td>
                                                      <td>{lang_comments}:{story_comments}</td>
***************
*** 179,183 ****
                                      </tr>
                                      <tr>
!                                         <td colspan="2"><hr></td>
                                      </tr>
                                      <tr>
--- 183,187 ----
                                      </tr>
                                      <tr>
!                                         <td colspan="2"><hr{xhtml}></td>
                                      </tr>
                                      <tr>
***************
*** 214,230 ****
                                      <tr>
                                          <td colspan="2">
!                                             <input type="submit" value="{lang_save}" name="mode">
!                                             <input type="submit" value="{lang_preview}" name="mode">
!                                             <input type="submit" value="{lang_cancel}" name="mode">
                                              {delete_option}
                                              {submission_option}
!                                             <input type="hidden" name="old_sid" value="{old_story_id}">
!                                             <input type="hidden" name="editopt" value="default">
!                                             <input type="hidden" name="hour_mode" value="{hour_mode}">
                                          </td>
                                      </tr>
                                  </table>
                              </form>
! <script>
  <!-- This code will only be executed by a browser that supports Javascript -->
  var jstest = {showarchivedisabled};
--- 218,234 ----
                                      <tr>
                                          <td colspan="2">
!                                             <input type="submit" value="{lang_save}" name="mode"{xhtml}>
!                                             <input type="submit" value="{lang_preview}" name="mode"{xhtml}>
!                                             <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
                                              {delete_option}
                                              {submission_option}
!                                             <input type="hidden" name="old_sid" value="{old_story_id}"{xhtml}>
!                                             <input type="hidden" name="editopt" value="default"{xhtml}>
!                                             <input type="hidden" name="hour_mode" value="{hour_mode}"{xhtml}>
                                          </td>
                                      </tr>
                                  </table>
                              </form>
! <script type="text/javascript">
  <!-- This code will only be executed by a browser that supports Javascript -->
  var jstest = {showarchivedisabled};

Index: storyeditor_advanced.thtml
===================================================================
RCS file: /usr/home/geeklog2/cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/story/storyeditor_advanced.thtml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** storyeditor_advanced.thtml	2 Apr 2007 20:17:50 -0000	1.28
--- storyeditor_advanced.thtml	25 Nov 2007 06:59:21 -0000	1.29
***************
*** 11,15 ****
  <script type="text/javascript" src="{site_url}/javascript/advanced_editor.js"></script>
  <script type="text/javascript" src="{site_url}/javascript/storyeditor_fckeditor.js"></script>
! <br>
  <div id="advanced_editor" style="display:none;">
      <!-- Hide the Advanced Editor as Javascript is required. If JS is enabled then the JS below will un-hide it -->
--- 11,15 ----
  <script type="text/javascript" src="{site_url}/javascript/advanced_editor.js"></script>
  <script type="text/javascript" src="{site_url}/javascript/storyeditor_fckeditor.js"></script>
! <br{xhtml}>
  <div id="advanced_editor" style="display:none;">
      <!-- Hide the Advanced Editor as Javascript is required. If JS is enabled then the JS below will un-hide it -->
***************
*** 18,34 ****
      </script>
      {navbar}
!     <form name="frmstory" action="{site_admin_url}/story.php" method="post" enctype="multipart/form-data" onSubmit='set_postcontent();'>
          <table id='adveditor' cellspacing="0" cellpadding="3" style="width:100%; margin-top:10px; border:1px solid #ECE9D8;">
              <tr>
                  <td style="width:20%;" class="alignright">{lang_author}:</td>
!                 <td>{story_author}<input type="hidden" name="uid" value="{story_uid}"></td>
              </tr>
              <tr>
                  <td class="alignright">{lang_title}:</td>
!                 <td><input type="text" size="48" maxlength="128" name="title" value="{story_title}"></td>
              </tr>
              <tr>
                  <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                 <td><input type="text" size="48" maxlength="40" name="sid" value="{story_id}"></td>
              </tr>
              <tr>
--- 18,34 ----
      </script>
      {navbar}
!     <form name="frmstory" action="{site_admin_url}/story.php" method="post" enctype="multipart/form-data" onsubmit='set_postcontent();'>
          <table id='adveditor' cellspacing="0" cellpadding="3" style="width:100%; margin-top:10px; border:1px solid #ECE9D8;">
              <tr>
                  <td style="width:20%;" class="alignright">{lang_author}:</td>
!                 <td>{story_author}<input type="hidden" name="uid" value="{story_uid}"{xhtml}></td>
              </tr>
              <tr>
                  <td class="alignright">{lang_title}:</td>
!                 <td><input type="text" size="48" maxlength="128" name="title" value="{story_title}"{xhtml}></td>
              </tr>
              <tr>
                  <td class="alignright" style="vertical-align:top;">{lang_sid}:</td>
!                 <td><input type="text" size="48" maxlength="40" name="sid" value="{story_id}"{xhtml}></td>
              </tr>
              <tr>
***************
*** 41,54 ****
              </tr>
              <tr>
!                 <td class="alignright nowrap">{lang_story_stats}:</td>
                  <td>
                    <table cellspacing="0" cellpadding="3" style="width:50%;">
                      <tr>
                          <td class="alignright">{lang_hits}:</td>
!                         <td><input type="hidden" name="hits" value="{story_hits}">{story_hits}</td>
                          <td class="alignright">{lang_comments}:</td>
!                         <td><input type="hidden" name="comments" value="{story_comments}">{story_comments}</td>
                          <td class="alignright">{lang_emails}:</td>
!                         <td><input type="hidden" name="numemails" value="{story_emails}">{story_emails}</td>
                      </tr>
                   </table>
--- 41,54 ----
              </tr>
              <tr>
!                 <td class="alignright" nowrap="nowrap">{lang_story_stats}:</td>
                  <td>
                    <table cellspacing="0" cellpadding="3" style="width:50%;">
                      <tr>
                          <td class="alignright">{lang_hits}:</td>
!                         <td><input type="hidden" name="hits" value="{story_hits}"{xhtml}>{story_hits}</td>
                          <td class="alignright">{lang_comments}:</td>
!                         <td><input type="hidden" name="comments" value="{story_comments}"{xhtml}>{story_comments}</td>
                          <td class="alignright">{lang_emails}:</td>
!                         <td><input type="hidden" name="numemails" value="{story_emails}"{xhtml}>{story_emails}</td>
                      </tr>
                   </table>
***************
*** 56,61 ****
              </tr>
              <tr>
!                 <td class="alignright">{lang_show_topic_icon}:<input type="checkbox" name="show_topic_icon" {show_topic_icon_checked}> </td>
!                 <td style="padding-left:25px;">{lang_draft}:<input type="checkbox" name="draft_flag" {is_checked}><span style="padding-left:30px;">{lang_postmode}:</span> <select id="sel_editmode" name="postmode" {change_editormode}>{post_options}</select></td>
              </tr>
          </table>
--- 56,61 ----
              </tr>
              <tr>
!                 <td class="alignright">{lang_show_topic_icon}:<input type="checkbox" name="show_topic_icon" {show_topic_icon_checked}{xhtml}> </td>
!                 <td style="padding-left:25px;">{lang_draft}:<input type="checkbox" name="draft_flag" {is_checked}{xhtml}><span style="padding-left:30px;">{lang_postmode}:</span> <select id="sel_editmode" name="postmode" {change_editormode}>{post_options}</select></td>
              </tr>
          </table>
***************
*** 63,75 ****
          <div id="text_editor" style="width:100%; margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_texteditor};">
              {lang_introtext}:
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeTextAreaSize('introtext','larger');">
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeTextAreaSize('introtext','smaller');">
!             <textarea id="introtext"  style="width:100%; padding:5px 10px 5px 10px;" name="introtext" rows="14">
                  {story_introtext}
              </textarea>
              {lang_bodytext}:
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeTextAreaSize('bodytext','larger');">
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeTextAreaSize('bodytext','smaller');">
!             <textarea id="bodytext" style="padding:5px 10px 5px 10px; width:100%;" name="bodytext" rows="14">
                  {story_bodytext}
              </textarea>
--- 63,75 ----
          <div id="text_editor" style="width:100%; margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_texteditor};">
              {lang_introtext}:
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeTextAreaSize('introtext','larger');"{xhtml}>
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeTextAreaSize('introtext','smaller');"{xhtml}>
!             <textarea id="introtext"  style="width:100%; padding:5px 10px 5px 10px;" name="introtext" cols="45" rows="14">
                  {story_introtext}
              </textarea>
              {lang_bodytext}:
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeTextAreaSize('bodytext','larger');"{xhtml}>
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeTextAreaSize('bodytext','smaller');"{xhtml}>
!             <textarea id="bodytext" style="padding:5px 10px 5px 10px; width:100%;" name="bodytext" cols="45" rows="14">
                  {story_bodytext}
              </textarea>
***************
*** 78,83 ****
          <div id="html_editor" style="margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_htmleditor};">
              {lang_introtext}:
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','larger');">
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','smaller');">
              <span style="padding-left:15px;">{lang_toolbar}: 
                  <select id="fckeditor_toolbar_selector" name="fckeditor_toolbar_selector" onchange="changeToolbar(this.value);">
--- 78,83 ----
          <div id="html_editor" style="margin-top:10px; padding-left:10px; border:1px solid #ECE9D8;display:{show_htmleditor};">
              {lang_introtext}:
!             <img src="{layout_url}/images/expand.png" title="{lang_expandhelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','larger');"{xhtml}>
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('introhtml','smaller');"{xhtml}>
              <span style="padding-left:15px;">{lang_toolbar}: 
                  <select id="fckeditor_toolbar_selector" name="fckeditor_toolbar_selector" onchange="changeToolbar(this.value);">
***************
*** 88,98 ****
                  </select>
              </span>
!             <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="90" rows="12">
                  {story_introtext}
              </textarea>
              {lang_bodytext}:
!             <img src="{layout_url}/images/expand.png" title="lang_expandhelp" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');">
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');">
!             <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="90" rows="20">
                  {story_bodytext}
              </textarea>
--- 88,98 ----
                  </select>
              </span>
!             <textarea id="introhtml" style="padding:5px 10px 5px 10px;" name="introhtml" cols="45" rows="12">
                  {story_introtext}
              </textarea>
              {lang_bodytext}:
!             <img src="{layout_url}/images/expand.png" title="lang_expandhelp" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','larger');"{xhtml}>
!             <img src="{layout_url}/images/collapse.png" title="{lang_reducehelp}" alt="" onclick="changeHTMLTextAreaSize('bodyhtml','smaller');"{xhtml}>
!             <textarea id="bodyhtml" style="padding:5px 10px 5px 10px;" name="bodyhtml" cols="45" rows="20">
                  {story_bodytext}
              </textarea>
***************
*** 126,132 ****
                                      {publish_minute_options}
                                  </select>
!                                 {publishampm_selection}<br>
!                                 <input type="hidden" name="publish_second" value="{publish_second}">
!                                 <br>{publish_date_explanation}
                              </td>
                          </tr>
--- 126,132 ----
                                      {publish_minute_options}
                                  </select>
!                                 {publishampm_selection}<br{xhtml}>
!                                 <input type="hidden" name="publish_second" value="{publish_second}"{xhtml}>
!                                 <br{xhtml}>{publish_date_explanation}
                              </td>
                          </tr>
***************
*** 172,183 ****
                          <tr>
                              <td class="alignright" style="width:20%; padding-right:5px;">{lang_option}:</td>
!                             <td style="width:20%;">{lang_enabled}:<input type="checkbox" name="archiveflag" value="1" {is_checked2} onclick="enablearchive(this);"></td>
                              <td class="alignleft">
                                  <label for="storycode10">
!                                     <input type="radio" name="statuscode" id="storycode10" value="10" {is_checked3}>{lang_optionarchive}
                                  </label> 
!                             <label for="storycode11">
!                                 <input type="radio" name="statuscode" id="storycode11" value="11" {is_checked4}>{lang_optiondelete}
!                             </label>
                          </tr>
                          <tr>
--- 172,184 ----
                          <tr>
                              <td class="alignright" style="width:20%; padding-right:5px;">{lang_option}:</td>
!                             <td style="width:20%;">{lang_enabled}:<input type="checkbox" name="archiveflag" value="1" {is_checked2} onclick="enablearchive(this);"{xhtml}></td>
                              <td class="alignleft">
                                  <label for="storycode10">
!                                     <input type="radio" name="statuscode" id="storycode10" value="10" {is_checked3}{xhtml}>{lang_optionarchive}
                                  </label> 
!                                 <label for="storycode11">
!                                     <input type="radio" name="statuscode" id="storycode11" value="11" {is_checked4}{xhtml}>{lang_optiondelete}
!                                 </label>
!                             </td>
                          </tr>
                          <tr>
***************
*** 199,204 ****
                                      {expire_minute_options}
                                  </select>
!                                 {expireampm_selection}<br>
!                                 <input type="hidden" name="expire_second" value="{expire_second}">
                              </td>
                          </tr>
--- 200,205 ----
                                      {expire_minute_options}
                                  </select>
!                                 {expireampm_selection}<br{xhtml}>
!                                 <input type="hidden" name="expire_second" value="{expire_second}"{xhtml}>
                              </td>
                          </tr>
***************
*** 208,212 ****
              <fieldset id="se_perms" style="margin-top:10px; display:none;">
                  <legend>{lang_permissions}</legend>
!                 <p><b>{lang_owner}:</b> {owner_name}<input type="hidden" name="owner_id" value="{owner_id}"></p>
                  <p><b>{lang_group}:</b> {group_dropdown}</p>
                  <p><b>{lang_permissions}:</b></p>
--- 209,213 ----
              <fieldset id="se_perms" style="margin-top:10px; display:none;">
                  <legend>{lang_permissions}</legend>
!                 <p><b>{lang_owner}:</b> {owner_name}<input type="hidden" name="owner_id" value="{owner_id}"{xhtml}></p>
                  <p><b>{lang_group}:</b> {group_dropdown}</p>
                  <p><b>{lang_permissions}:</b></p>
***************
*** 217,227 ****
          </div>
          <div id="se_bottom" style="width:100%; paddin:3px; margin-top:20px;">
!             <input type="submit" value="{lang_save}" name="mode">
!             <span style="padding-right:10px;padding-left:10px;"><input type="submit" value="{lang_preview}" name="mode"></span>
!             <span style="padding-right:50px;"><input type="submit" value="{lang_cancel}" name="mode"></span>
              {delete_option}
              {submission_option}
!             <input type="hidden" name="old_sid" value="{old_story_id}">
!             <input type="hidden" name="hour_mode" value="{hour_mode}">
          </div>
      </form>
--- 218,228 ----
          </div>
          <div id="se_bottom" style="width:100%; paddin:3px; margin-top:20px;">
!             <input type="submit" value="{lang_save}" name="mode"{xhtml}>
!             <span style="padding-right:10px;padding-left:10px;"><input type="submit" value="{lang_preview}" name="mode"{xhtml}></span>
!             <span style="padding-right:50px;"><input type="submit" value="{lang_cancel}" name="mode"{xhtml}></span>
              {delete_option}
              {submission_option}
!             <input type="hidden" name="old_sid" value="{old_story_id}"{xhtml}>
!             <input type="hidden" name="hour_mode" value="{hour_mode}"{xhtml}>
          </div>
      </form>




More information about the geeklog-cvs mailing list