Index: modules/node/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/modules/node/node.tpl.php,v
retrieving revision 1.33
diff -u -r1.33 node.tpl.php
--- modules/node/node.tpl.php	8 Apr 2010 18:26:42 -0000	1.33
+++ modules/node/node.tpl.php	5 Oct 2010 13:27:47 -0000
@@ -87,6 +87,11 @@
   <?php endif; ?>
   <?php print render($title_suffix); ?>
 
+  <?php if (!$status && !isset($preview)): ?>
+    <h2 class="element-invisible"><?php print t('Status'); ?></h2>
+    <div class="unpublished"><?php print t('Unpublished'); ?></div>
+  <?php endif; ?>
+
   <?php if ($display_submitted): ?>
     <div class="submitted">
       <?php
Index: themes/garland/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/garland/node.tpl.php,v
retrieving revision 1.23
diff -u -r1.23 node.tpl.php
--- themes/garland/node.tpl.php	8 Apr 2010 18:26:42 -0000	1.23
+++ themes/garland/node.tpl.php	5 Oct 2010 13:27:47 -0000
@@ -11,6 +11,11 @@
   <?php endif; ?>
   <?php print render($title_suffix); ?>
 
+  <?php if (!$status && !isset($preview)): ?>
+    <h2 class="element-invisible"><?php print t('Status'); ?></h2>
+    <div class="unpublished"><?php print t('Unpublished'); ?></div>
+  <?php endif; ?>
+
   <?php if ($display_submitted): ?>
     <span class="submitted"><?php print $date; ?> — <?php print $name; ?></span>
   <?php endif; ?>
Index: themes/bartik/templates/node.tpl.php
===================================================================
RCS file: /cvs/drupal/drupal/themes/bartik/templates/node.tpl.php,v
retrieving revision 1.1
diff -u -r1.1 node.tpl.php
--- themes/bartik/templates/node.tpl.php	6 Jul 2010 05:25:51 -0000	1.1
+++ themes/bartik/templates/node.tpl.php	5 Oct 2010 13:27:47 -0000
@@ -87,6 +87,11 @@
   <?php endif; ?>
   <?php print render($title_suffix); ?>
 
+  <?php if (!$status && !isset($preview)): ?>
+    <h2 class="element-invisible"><?php print t('Status'); ?></h2>
+    <div class="unpublished"><?php print t('Unpublished'); ?></div>
+  <?php endif; ?>
+
   <?php if ($display_submitted): ?>
     <div class="meta submitted">
       <?php print $user_picture; ?>
