change action container div class to id. fix bug in quattro theme

This commit is contained in:
Fabrixxm 2013-12-18 06:38:57 -05:00
commit 06e8f31695
5 changed files with 5 additions and 5 deletions

View file

@ -19,7 +19,7 @@
{{include file="contact_template.tpl"}}
{{/foreach}}
<div id="contact-edit-end"></div>
<div class="submit">
<div id="contats-actions">
{{foreach $batch_actions as $n=>$l}}
<input class="batch-action" name="{{$n}}" value="{{$l}}" type="submit">
{{/foreach}}