fix 11988 dataform list view missing field control

This commit is contained in:
Doug Bell 2011-01-10 19:25:37 -06:00
parent 9be6da4d2a
commit 2808a19670
4 changed files with 8 additions and 0 deletions

View file

@ -1050,6 +1050,12 @@ be useful, others may not.|,
context => q{Help for template variable},
},
'add entry' => {
message => q{Add Entry},
lastUpdated => 0,
context => q{Label for link to add a new entry to the dataform},
},
};
1;