Ignore:
Timestamp:
11/28/08 15:12:15 (3 years ago)
Author:
CrawfordCurrie
Message:

Item6041: fix empty bullet list Item324: get it working on Foswiki Item295: further detoxing

Location:
trunk/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/TinyMCEPlugin/pub/System/TinyMCEPlugin/tinymce/jscripts/tiny_mce/plugins/foswikibuttons/attach.htm

    r14 r1043  
    11<html xmlns="http://www.w3.org/1999/xhtml"> 
    22  <head> 
    3         <title>{$lang_twikibuttons_attach_dlg_title}</title> 
     3        <title>{$lang_foswikibuttons_attach_dlg_title}</title> 
    44        <script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script> 
    55        <script language="javascript" type="text/javascript" src="../../utils/mctabs.js"></script> 
    66        <script language="javascript" type="text/javascript" src="../../utils/form_utils.js"></script> 
    7         <script language="javascript" type="text/javascript" src="../../../../../twiki_tiny.js"></script> 
     7        <script language="javascript" type="text/javascript" src="../../../../../foswiki_tiny.js"></script> 
    88        <script language="javascript" type="text/javascript" src="jscripts/attach.js"></script> 
    99        <link rel="stylesheet" type="text/css" href="css/popup.css" /> 
     
    1313      <div class="tabs"> 
    1414        <ul> 
    15           <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_twikibuttons_general_tab}</a></span></li> 
    16           <li id="upload_tab"><span><a href="javascript:mcTabs.displayTab('upload_tab','upload_panel');" onmousedown="return false;">{$lang_twikibuttons_upload_tab}</a></span></li> 
     15          <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{$lang_foswikibuttons_general_tab}</a></span></li> 
     16          <li id="upload_tab"><span><a href="javascript:mcTabs.displayTab('upload_tab','upload_panel');" onmousedown="return false;">{$lang_foswikibuttons_upload_tab}</a></span></li> 
    1717        </ul> 
    1818      </div> 
     
    2121          <div id="general_panel" class="panel current"> 
    2222            <fieldset> 
    23               <legend>{$lang_twikibuttons_fieldset_general_tab}</legend> 
     23              <legend>{$lang_foswikibuttons_fieldset_general_tab}</legend> 
    2424              <table border="0" cellpadding="0" cellspacing="4"> 
    2525                  <tr> 
    26                     <td class="label"><label id="attachments_selectlabel" for="attachments_select">{$lang_twikibuttons_insert_attachment_link}</label>:</td>  
     26                    <td class="label"><label id="attachments_selectlabel" for="attachments_select">{$lang_foswikibuttons_insert_attachment_link}</label>:</td>  
    2727                    <td> 
    2828                      <select id="attachments_select" name="attachments_select" class="field" /> 
     
    3232              </table> 
    3333              <div style="float: left"> 
    34                 <input type="button" id="insert" name="insert" value="{$lang_twikibuttons_insert_attachment_link}" onclick="insertLink();" /> 
     34                <input type="button" id="insert" name="insert" value="{$lang_foswikibuttons_insert_attachment_link}" onclick="insertLink();" /> 
    3535              </div> 
    3636              <div style="float: right"> 
     
    3838              </div> 
    3939            </fieldset> 
    40             <label>{$lang_twikibuttons_attach_help}</label> 
     40            <label>{$lang_foswikibuttons_attach_help}</label> 
    4141          </div> 
    4242          <div id="upload_panel" class="panel"> 
    43             <legend>{$lang_twikibuttons_fieldset_upload_tab}</legend> 
     43            <legend>{$lang_foswikibuttons_fieldset_upload_tab}</legend> 
    4444            <fieldset> 
    4545              <table border="0" cellpadding="0" cellspacing="4"> 
    4646                  <tr> 
    47                     <td class="label"><label id="filepathlabel" for="filepath">{$lang_twikibuttons_attach_file}</label>:</td>  
     47                    <td class="label"><label id="filepathlabel" for="filepath">{$lang_foswikibuttons_attach_file}</label>:</td>  
    4848                    <td> 
    4949                      <input id="filepath" name="filepath" type="file" value="" class="field" /> 
     
    5151                  </tr> 
    5252                  <tr> 
    53                     <td class="label"><label id="filecommentlabel" for="filecomment">{$lang_twikibuttons_attach_comment}</label>:</td>  
     53                    <td class="label"><label id="filecommentlabel" for="filecomment">{$lang_foswikibuttons_attach_comment}</label>:</td>  
    5454                    <td><input id="filecomment" name="filecomment" type="text" value="" class="field" size="40"/></td>  
    5555                  </tr> 
    5656                  <tr> 
    57                     <td class="label"><label id="hidefilelabel" for="hidefile">{$lang_twikibuttons_attach_hide}</label>:</td>  
     57                    <td class="label"><label id="hidefilelabel" for="hidefile">{$lang_foswikibuttons_attach_hide}</label>:</td>  
    5858                    <td> 
    5959                      <input id="hidefile" name="hidefile" type="checkbox" value="1" class="field" /> 
     
    6666              <input type="hidden" name="noredirect" value="1" /> 
    6767              <div style="float: left"> 
    68                 <input type="submit" id="insert" name="insert" value="{$lang_twikibuttons_upload}" /> 
     68                <input type="submit" id="insert" name="insert" value="{$lang_foswikibuttons_upload}" /> 
    6969              </div> 
    7070              <div style="float: right"> 
Note: See TracChangeset for help on using the changeset viewer.