| | |
| | | <script type="text/javascript" src="../../utils/form_utils.js"></script>
|
| | | <script type="text/javascript" src="js/searchreplace.js"></script>
|
| | | <link rel="stylesheet" type="text/css" href="css/searchreplace.css" />
|
| | | <base target="_self" />
|
| | | </head>
|
| | | <body style="display:none;">
|
| | | <form onsubmit="SearchReplaceDialog.searchNext('none');return false;" action="#">
|
| | |
| | | </div>
|
| | |
|
| | | <div class="mceActionPanel">
|
| | | <div style="float: left">
|
| | | <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
|
| | | <input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
|
| | | <input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
|
| | | </div>
|
| | |
|
| | | <div style="float: right"> |
| | | <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
| | | </div>
|
| | | <input type="submit" id="insert" name="insert" value="{#searchreplace_dlg.findnext}" />
|
| | | <input type="button" class="button" id="replaceBtn" name="replaceBtn" value="{#searchreplace_dlg.replace}" onclick="SearchReplaceDialog.searchNext('current');" />
|
| | | <input type="button" class="button" id="replaceAllBtn" name="replaceAllBtn" value="{#searchreplace_dlg.replaceall}" onclick="SearchReplaceDialog.searchNext('all');" />
|
| | | <input type="button" id="cancel" name="cancel" value="{#cancel}" onclick="tinyMCEPopup.close();" />
|
| | | </div>
|
| | | </form>
|
| | | </body>
|