Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-2.12
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Apr 2011 at 13:46 UTC
Updated:
26 Apr 2011 at 14:41 UTC
my views output is like this.
<li ..>
<div class="views-field-field-cimg-fid">
<span class="field-content">....</span>
</div>
<div class="views-field-field-yma-value">
<span class="field-content">...</span>
</div>
<div class="views-field-field-price-value">
<span class="field-content">....</span>
</div>
<div class="views-field-changed">
<span class="field-content">....</div></span>
</div>
</li>
now i want to add
around the following snippet.
<div id="test">
<div class="views-field-field-yma-value">
<span class="field-content">...</span>
</div>
<div class="views-field-field-price-value">
<span class="field-content">....</span>
</div>
</div>
Comments
Comment #1
dawehnerClick on "theme information" and you will see a -fields.tpl.php
There you can create a template file and wrap the output with your div.