aboutsummaryrefslogtreecommitdiffstats
path: root/share/skin/base/layout/field
diff options
context:
space:
mode:
Diffstat (limited to 'share/skin/base/layout/field')
-rw-r--r--share/skin/base/layout/field/array.tt2
-rw-r--r--share/skin/base/layout/field/collection.tt2
-rw-r--r--share/skin/base/layout/field/mutable.tt2
-rw-r--r--share/skin/base/layout/field/mutable/choose_many.tt4
4 files changed, 5 insertions, 5 deletions
diff --git a/share/skin/base/layout/field/array.tt b/share/skin/base/layout/field/array.tt
index 35c6429..cd9c0c2 100644
--- a/share/skin/base/layout/field/array.tt
+++ b/share/skin/base/layout/field/array.tt
@@ -9,7 +9,7 @@
=for layout list
-<div id="array_list">
+<div class="array_list">
<ul>
[% content %]
</ul>
diff --git a/share/skin/base/layout/field/collection.tt b/share/skin/base/layout/field/collection.tt
index abd7e56..2203344 100644
--- a/share/skin/base/layout/field/collection.tt
+++ b/share/skin/base/layout/field/collection.tt
@@ -9,7 +9,7 @@
=for layout list
-<div id="collection_list">
+<div class="collection_list">
<ul>
[% call_next %]
</ul>
diff --git a/share/skin/base/layout/field/mutable.tt b/share/skin/base/layout/field/mutable.tt
index ee6cf08..b0b1d95 100644
--- a/share/skin/base/layout/field/mutable.tt
+++ b/share/skin/base/layout/field/mutable.tt
@@ -1,6 +1,6 @@
=for layout widget
-<div id="[% field_name | replace('\d\-', '') %]">[% label_fragment %] [% field %] [% message_fragment %]</div>
+<div class="[% field_name | replace('\d\-', '') %]">[% label_fragment %] [% field %] [% message_fragment %]</div>
=for layout label
diff --git a/share/skin/base/layout/field/mutable/choose_many.tt b/share/skin/base/layout/field/mutable/choose_many.tt
index f6658c6..06a543a 100644
--- a/share/skin/base/layout/field/mutable/choose_many.tt
+++ b/share/skin/base/layout/field/mutable/choose_many.tt
@@ -8,7 +8,7 @@
=for layout field
-<div id="choose_many_field">
+<div class="choose_many_field">
<table>
<tr>
<td> [% available_values %] </td>
@@ -43,7 +43,7 @@
=for layout action_buttons
-<div id="choose_many_buttons">
+<div class="choose_many_buttons">
<input type="submit" value="&gt;&gt;" name="[% event_id_add_all_values %]" />
<input type="submit" value="&gt;" name="[% event_id_do_add_values %]" />
<input type="submit" value="&lt;" name="[% event_id_do_remove_values %]" />