Subversion Repositories DevTools

Rev

Rev 6827 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
119 ghuddy 1
<table width="%WIDTH%"  border="0" cellspacing="0" cellpadding="1">
2
	<tr>
6881 dpurdie 3
		<td class='bg_dialog'>
119 ghuddy 4
			<table width="100%"  border="0" cellspacing="0" cellpadding="4">
6881 dpurdie 5
				<tr class='bg_help'>
6
					<td width="1%" valign="top"><img src="icons/%IMAGE%"></td>
7
					<td width="100%" valign="top" class="body_txt">%NOTE%<br><br>
6827 dpurdie 8
					<span onClick="ToggleDisplay('%DIV_NAME%');" class="pointer body_link">Message details... </span><br>
119 ghuddy 9
					<DIV name="%DIV_NAME%" id="%DIV_NAME%" style="display:none;">
10
						<hr width="100%" size="1" noshade color="#ACA899"> 
11
						<table width="100%"  border="0" cellspacing="0" cellpadding="0">
12
							<tr>
6881 dpurdie 13
								<td class="body_sys" style='white-space:pre-wrap'>%MESSAGE_DETAILS%</td>
119 ghuddy 14
							</tr>
15
						</table>
16
					</DIV>
17
					</td>
18
				</tr>
19
			</table>
20
		</td>
21
	</tr>
22
</table>