Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
339 changes: 0 additions & 339 deletions LICENSE

This file was deleted.

13 changes: 4 additions & 9 deletions css/required_for_pub.css
Original file line number Diff line number Diff line change
@@ -1,20 +1,15 @@
span.required-for-pub {
color: #AAA;
color: #F00;
font-weight: normal;
font-size: 90%;

}



.required-for-pub .form-item label:after {
content: '* Required for content to be published';
color: #AAA;
content: '*';
color: #F00;
font-weight: normal;
display: block; /* remove this line if you want the asterisk and text to appear inline and to the right of the label. */
}

.required-for-pub .form-item .form-item label:after {
content: '';
display: none;
}
}
9 changes: 0 additions & 9 deletions required_for_pub.info
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
name = Required for Publishing
description = Allows node add/edit forms to be "saved as draft" or "published." Fields can be configured to be required before content can be published.
;dependencies[] = field
core = 7.x
;configure = admin/config/content/validation

; Information added by drupal.org packaging script on 2011-03-11
version = "7.x-dev"
core = "7.x"
project = "required_for_pub"
datestamp = "1299872168"

4 changes: 2 additions & 2 deletions required_for_pub.install
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
* @file
* Installs the required_for_pub module.
*
* Creates a database for use of multi-layered default formats and sets
* default settings.
* Sets the weight of the require_for_pub module to 1 in the system module list so that
* other modules will execute first by default.
*/

/**
Expand Down
Loading