diff --git a/cake/config/tags.ini.php b/cake/config/tags.ini.php index 68ee9d0a9..859587886 100644 --- a/cake/config/tags.ini.php +++ b/cake/config/tags.ini.php @@ -82,6 +82,9 @@ file_no_model = "" ; Tag template for a submit button tag. submit = "" +; Tag template for a image input tag. +submitimage = "" + ; Tag template for an image tag. image ="" @@ -102,6 +105,18 @@ block = "%s" blockstart = "" blockend = "" +; Tag templates for a paragraph element. +para = "%s

" + +; Tag templates for a label element. +label = "" + +; Tag templates for fieldset and legend element. +fieldset = "
%s%s
" +fieldsetstart = "
%s" +fieldsetend = "
" +legend = "%s" + ; Tag template for a CSS link tag. css = "" @@ -113,6 +128,7 @@ charset = "" ; Tag template for inline JavaScript. javascriptblock = "" +javascriptstart = "" \ No newline at end of file