summaryrefslogtreecommitdiffstats
path: root/kopete/styles/Kopete/Contents/Resources/Incoming/Action.html
blob: ead5823e29649d06839cce71d32a65cbd836a9d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<div class="KopeteMessage">
	<div class="IncomingAction" style="direction: %messageDirection%;">
		<!-- Protocol Icon -->
		<img class="inActionIcon" src="images/action.png" />
		<!-- MetaContact display -->
		<span class="inActionMetacontact">%sender% &#160;</span>
		<!-- Action message -->
		<span class="inActionMessage">%message%</span>
		<!-- Time Display -->
		<span class="inTime">%time%</span>

	</div>
	<!-- For support of consecutive messages -->
	<div id="insert" />
</div>