Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. pkgmkr(master) $ grep field.help -r templates/
  2. templates/plugin/PluginClass.php.tpl: 'help' => '{{$field.help}}',
  3. templates/plugin/graph/graph_PluginClass.php.tpl: 'help' => '{{$field.help}}',
  4. templates/content/edit/edit_field.tpl: {textarea label="{{$field.name}}" error=$errors.{{$fieldName}} help="{{$field.help}}" noformat="true" id="{{$fieldId}}" name="{{$namespace}}[{{$fieldName}}]" rows="{{$field.input.rows|default:"20"}}"}{{if $inputValue}}{{$inputValue}}{{else}}{$gContent->getField('{{$fieldName}}')}{{/if}}{/textarea}
  5. templates/content/edit/edit_field.tpl: {formhelp note="{{$field.help}}"}
  6. templates/content/class/TypeClass.php.tpl: 'help' => '{{$field.help}}',
  7. templates/content/class/TypeClass.php.tpl: 'help' => '{{$field.help}}',
  8. templates/service/ServiceClass.php.tpl: 'help' => '{{$field.help}}',
  9. templates/service/ServiceClass.php.tpl
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement