Store published date in module metadata, and display it on draft pages

This commit is contained in:
Calen Pennington
2012-10-04 15:27:02 -04:00
parent 1a8532d8ad
commit 1328fc5ac0
5 changed files with 43 additions and 19 deletions

View File

@@ -87,7 +87,7 @@
}
}
.rendered-component {
.xmodule_display {
padding: 40px 20px 20px;
}
@@ -410,7 +410,8 @@
#delete-draft,
#publish-draft,
.component-actions,
.new-component-item {
.new-component-item,
#published-alert {
display: none;
}
@@ -423,6 +424,7 @@
#save-draft,
#delete-draft,
#publish-draft,
#published-alert,
#create-draft, {
display: none;
}