Index: /plugins/apostrophePlugin/branches/1.5/lib/embedService/aViddler.class.php
===================================================================
--- /plugins/apostrophePlugin/branches/1.5/lib/embedService/aViddler.class.php	(revision 3132)
+++ /plugins/apostrophePlugin/branches/1.5/lib/embedService/aViddler.class.php	(revision 3135)
@@ -130,6 +130,7 @@
   <param name="allowScriptAccess" value="always" />
   <param name="allowFullScreen" value="true" />
+  <param name="wmode" value="$wmode"></param>
   <param name="flashvars" value="fake=1"/>
-  <embed src="http://www.viddler.com/player/$id/" width="$width" height="$height" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" ></embed></object>
+  <embed src="http://www.viddler.com/player/$id/" width="$width" height="$height" type="application/x-shockwave-flash" allowScriptAccess="always" allowFullScreen="true" flashvars="fake=1" name="viddler" wmode="$wmode"></embed></object>
 EOM
 ;
Index: /plugins/apostrophePlugin/branches/1.5/modules/a/templates/historySuccess.php
===================================================================
--- /plugins/apostrophePlugin/branches/1.5/modules/a/templates/historySuccess.php	(revision 2584)
+++ /plugins/apostrophePlugin/branches/1.5/modules/a/templates/historySuccess.php	(revision 3135)
@@ -21,5 +21,5 @@
 	  <?php // are null or all zeroes ?>
 	  <?php if ($data['created_at'] > '0000-00-00 00:00:00'): ?>
-		  <?php echo format_date(strtotime($data['created_at'])) ?>
+		  <?php echo aDate::pretty($data['created_at']) . ' ' . aDate::time($data['created_at']) ?>
 		<?php endif ?>
 	</td>
