diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-06-27 22:52:50 +0200 |
| commit | 9a19a0494ef51cdac9a78e24d517ca48ba44c453 (patch) | |
| tree | 8eaae12d8047a40e29d3ea7ff3116b5c869e04bd /public/javascripts/tiny_mce/plugins/advhr/rule.htm | |
| parent | 85a01e35274b8d4d4165a7b26bd7986e211246bb (diff) | |
| parent | 1853082fcd8c067390c246f9daa01a9b47387497 (diff) | |
Migration from Rails 2.3.5 to Rails 8.1 successful.
Merging dev branch.
Diffstat (limited to 'public/javascripts/tiny_mce/plugins/advhr/rule.htm')
| -rw-r--r-- | public/javascripts/tiny_mce/plugins/advhr/rule.htm | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/public/javascripts/tiny_mce/plugins/advhr/rule.htm b/public/javascripts/tiny_mce/plugins/advhr/rule.htm deleted file mode 100644 index 75ca339..0000000 --- a/public/javascripts/tiny_mce/plugins/advhr/rule.htm +++ /dev/null | |||
| @@ -1,62 +0,0 @@ | |||
| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | ||
| 2 | <html xmlns="http://www.w3.org/1999/xhtml"> | ||
| 3 | <head> | ||
| 4 | <title>{#advhr.advhr_desc}</title> | ||
| 5 | <script type="text/javascript" src="../../tiny_mce_popup.js"></script> | ||
| 6 | <script type="text/javascript" src="js/rule.js"></script> | ||
| 7 | <script type="text/javascript" src="../../utils/mctabs.js"></script> | ||
| 8 | <script type="text/javascript" src="../../utils/form_utils.js"></script> | ||
| 9 | <link href="css/advhr.css" rel="stylesheet" type="text/css" /> | ||
| 10 | </head> | ||
| 11 | <body> | ||
| 12 | <form onsubmit="AdvHRDialog.update();return false;" action="#"> | ||
| 13 | <div class="tabs"> | ||
| 14 | <ul> | ||
| 15 | <li id="general_tab" class="current"><span><a href="javascript:mcTabs.displayTab('general_tab','general_panel');" onmousedown="return false;">{#advhr.advhr_desc}</a></span></li> | ||
| 16 | </ul> | ||
| 17 | </div> | ||
| 18 | |||
| 19 | <div class="panel_wrapper"> | ||
| 20 | <div id="general_panel" class="panel current"> | ||
| 21 | <table border="0" cellpadding="4" cellspacing="0"> | ||
| 22 | <tr> | ||
| 23 | <td><label for="width">{#advhr_dlg.width}</label></td> | ||
| 24 | <td class="nowrap"> | ||
| 25 | <input id="width" name="width" type="text" value="" class="mceFocus" /> | ||
| 26 | <select name="width2" id="width2"> | ||
| 27 | <option value="">px</option> | ||
| 28 | <option value="%">%</option> | ||
| 29 | </select> | ||
| 30 | </td> | ||
| 31 | </tr> | ||
| 32 | <tr> | ||
| 33 | <td><label for="size">{#advhr_dlg.size}</label></td> | ||
| 34 | <td><select id="size" name="size"> | ||
| 35 | <option value="">Normal</option> | ||
| 36 | <option value="1">1</option> | ||
| 37 | <option value="2">2</option> | ||
| 38 | <option value="3">3</option> | ||
| 39 | <option value="4">4</option> | ||
| 40 | <option value="5">5</option> | ||
| 41 | </select></td> | ||
| 42 | </tr> | ||
| 43 | <tr> | ||
| 44 | <td><label for="noshade">{#advhr_dlg.noshade}</label></td> | ||
| 45 | <td><input type="checkbox" name="noshade" id="noshade" class="radio" /></td> | ||
| 46 | </tr> | ||
| 47 | </table> | ||
| 48 | </div> | ||
| 49 | </div> | ||
| 50 | |||
| 51 | <div class="mceActionPanel"> | ||
| 52 | <div style="float: left"> | ||
| 53 | <input type="submit" id="insert" name="insert" value="{#insert}" /> | ||
| 54 | </div> | ||
| 55 | |||
| 56 | <div style="float: right"> | ||
| 57 | <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" /> | ||
| 58 | </div> | ||
| 59 | </div> | ||
| 60 | </form> | ||
| 61 | </body> | ||
| 62 | </html> | ||
