commit | author | age
|
a0109c
|
1 |
<html xmlns="http://www.w3.org/1999/xhtml">
|
S |
2 |
<head>
|
|
3 |
<title>{$lang_searchreplace_replace_title}</title>
|
|
4 |
<script language="javascript" type="text/javascript" src="../../tiny_mce_popup.js"></script>
|
|
5 |
<script language="javascript" type="text/javascript" src="jscripts/replace.js"></script>
|
|
6 |
<base target="_self" />
|
|
7 |
</head>
|
|
8 |
<body onload="tinyMCEPopup.executeOnLoad('init();');" style="display: none; margin: 4px;">
|
|
9 |
<form onsubmit="searchNext('none');return false;" action="#">
|
|
10 |
<table border="0" cellspacing="0" cellpadding="2">
|
|
11 |
<tr>
|
|
12 |
<td><label for="searchstring">{$lang_searchreplace_findwhat}</label></td>
|
|
13 |
<td><input type="text" id="searchstring" name="searchstring" style="width: 200px" /></td>
|
|
14 |
</tr>
|
|
15 |
<tr>
|
|
16 |
<td><label for="replacestring">{$lang_searchreplace_replacewith}</label></td>
|
|
17 |
<td><input type="text" id="replacestring" name="replacestring" style="width: 200px" /></td>
|
|
18 |
</tr>
|
|
19 |
<tr>
|
|
20 |
<td colspan="2"><!--<table border="0" cellspacing="0" cellpadding="0">
|
|
21 |
<tr>
|
|
22 |
<td><label>{$lang_searchreplace_direction}</label></td>
|
|
23 |
<td><input id="backwardsu" name="backwards" class="radio" type="radio" value="true" /></td>
|
|
24 |
<td><label for="backwardsu">{$lang_searchreplace_up}</label></td>
|
|
25 |
<td><input id="backwardsd" name="backwards" class="radio" type="radio" value="false" /></td>
|
|
26 |
<td><label for="backwardsd">{$lang_searchreplace_down}</label></td>
|
|
27 |
</tr>
|
|
28 |
</table>--></td>
|
|
29 |
</tr>
|
|
30 |
<tr>
|
|
31 |
<td colspan="2"><table border="0" cellspacing="0" cellpadding="0">
|
|
32 |
<tr>
|
|
33 |
<td><input id="casesensitivebox" name="casesensitivebox" class="checkbox" type="checkbox" value="true" /></td>
|
|
34 |
<td><label for="casesensitivebox">{$lang_searchreplace_case}</label></td>
|
|
35 |
</tr>
|
|
36 |
</table></td>
|
|
37 |
</tr>
|
|
38 |
</table>
|
|
39 |
<table border="0" width="300" cellspacing="0" cellpadding="4">
|
|
40 |
<tr>
|
|
41 |
<td><input id="insertBtn" name="insertBtn" type="button" value="{$lang_searchreplace_findnext}" onclick="searchNext('none');" /></td>
|
|
42 |
<td><input name="replaceBtn" type="button" id="replaceBtn" value="{$lang_searchreplace_replace}" onclick="searchNext('current');" /></td>
|
|
43 |
<td><input name="replaceBtn" type="button" id="replaceAllBtn" value="{$lang_searchreplace_replaceall}" onclick="searchNext('all');" /></td>
|
|
44 |
<td align="right"><input name="cancelBtn" type="button" id="cancelBtn" value="{$lang_searchreplace_cancel}" onclick="cancelAction();" /></td>
|
|
45 |
</tr>
|
|
46 |
</table>
|
|
47 |
</form>
|
|
48 |
</body>
|
|
49 |
</html>
|