template variables broken out

This commit is contained in:
Colin Kuskie 2006-06-04 04:21:44 +00:00
parent 8b7946e994
commit f70f02df28
6 changed files with 769 additions and 202 deletions

View file

@ -86,6 +86,26 @@ our $HELP = {
body => 'http proxy template body',
fields => [
],
variables => [
{
'name' => 'header'
},
{
'name' => 'content'
},
{
'name' => 'search.for'
},
{
'name' => 'stop.at'
},
{
'name' => 'content.leading'
},
{
'name' => 'content.trailing'
}
],
related => [
{
tag => 'http proxy add/edit',