template attachments (scripts and stylesheets)
This commit is contained in:
parent
676b124697
commit
f4df3b1280
6 changed files with 664 additions and 36 deletions
|
|
@ -298,6 +298,48 @@ Any scratch variables will be available in the template with this syntax:<br/>
|
|||
context => q{Label for URL to make a duplicate and open the duplicate's edit screen},
|
||||
},
|
||||
|
||||
'attachment header index' => {
|
||||
message => 'Index',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|header for the sequence number column for attachments|,
|
||||
},
|
||||
|
||||
'attachment header type' => {
|
||||
message => 'Type',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|header for the attachment types column|,
|
||||
},
|
||||
|
||||
'attachment header url' => {
|
||||
message => 'Url',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|header for the url column for attachments|,
|
||||
},
|
||||
|
||||
'attachment header remove' => {
|
||||
message => 'Remove',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|header for the remove button column for attachments|,
|
||||
},
|
||||
|
||||
'attachment display label' => {
|
||||
message => 'Attachments',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|field label for displaying existing attachments|,
|
||||
},
|
||||
|
||||
'attachment add field label' => {
|
||||
message => 'Add Attachments',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|field label for adding new attachments|,
|
||||
},
|
||||
|
||||
'attachment add button' => {
|
||||
message => 'Add',
|
||||
lastUpdated => 1241192473,
|
||||
context => q|button text for adding a new attachment|,
|
||||
},
|
||||
|
||||
'usePacked label' => {
|
||||
message => q{Use Packed Template},
|
||||
lastUpdated => 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue