Subversion Repositories Applications.papyrus

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1318 alexandre_ 1
<table style="white-space: nowrap;">
2
<tr><td>Find: </td><td> <input type="text" dojoAttachPoint="replace_text" /></td></tr>
3
<tr><td>Replace with: </td><td> <input type="text" dojoAttachPoint="replace_text" /></td></tr>
4
<tr><td colspan='2'><table><tr><td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="replace_option_casesens" id="dojo_replace_option_casesens" />
5
		<label for="dojo_replace_option_casesens">Case Sensitive</label></td>
6
			<td><input type="checkbox" dojoType="CheckBox" dojoAttachPoint="replace_option_backwards" id="dojo_replace_option_backwards" />
7
		<label for="dojo_replace_option_backwards">Search Backwards</label></td></tr></table></td></tr>
8
<tr><td colspan=2">
9
	<table><tr>
10
	<td><button dojoType='Button' dojoAttachEvent='onClick:replace'>Replace</button></td>
11
	<td><button dojoType='Button' dojoAttachEvent='onClick:replaceAll'>Replace All</button></td>
12
	<td><button dojoType='Button' dojoAttachEvent='onClick:cancel'>Close</button></td>
13
	</tr></table>
14
	</td></tr>
15
</table>