aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/default/layout/field/mutable.tt
diff options
context:
space:
mode:
authorwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-02 21:27:45 +0000
committerwreis <wreis@03d0b0b2-0e1a-0410-a411-fdb2f4bd65d7>2008-05-02 21:27:45 +0000
commita2b16e659c9c2647df8959a8c308fb2bbf6a4e9e (patch)
tree7252c91b1f7b41ccd31e16af6b4f3e197b24feff /share/skin/default/layout/field/mutable.tt
parent4f5c76dc82abdaef7efe5b0c6fcaf3fcdb0205af (diff)
downloadreaction-a2b16e659c9c2647df8959a8c308fb2bbf6a4e9e.tar.gz
reaction-a2b16e659c9c2647df8959a8c308fb2bbf6a4e9e.zip
r5943@tabor: wallacer | 2008-05-02 17:30:59 -0300
renamed default to base
Diffstat (limited to 'share/skin/default/layout/field/mutable.tt')
-rw-r--r--share/skin/default/layout/field/mutable.tt33
1 files changed, 0 insertions, 33 deletions
diff --git a/share/skin/default/layout/field/mutable.tt b/share/skin/default/layout/field/mutable.tt
deleted file mode 100644
index 3983263..0000000
--- a/share/skin/default/layout/field/mutable.tt
+++ /dev/null
@@ -1,33 +0,0 @@
-=for layout widget
-
-[% label_fragment %] [% field %] [% message_fragment %]
-
-=for layout label
-
-<label for="[%field_id%]" [% field_is_required %]>[% label %]:</label>
-
-=for layout field_is_required_yes
-
-class="required_field"
-
-=for layout field_is_required_no
-
-=for layout field
-
-<!-- Why is this here??? -->
-FIELD GOES HERE
-
-=for layout message
-
-<span>[% message %]</span><br />
-
-=for layout field
-
-<input type="[% field_type %]" name="[% field_name %]" id="[% field_id %]"
- [% field_body %] />
-
-=for layout field_body
-
-value="[% field_value %]"
-
-=cut