Skip to content

Commit

Permalink
Photos Summary testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
gitSebastian committed Oct 30, 2013
1 parent 590199e commit 9cda30c
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions 720p/ViewsPhoto.xml
Original file line number Diff line number Diff line change
Expand Up @@ -182,22 +182,30 @@
<include name="PlotLibrary">
<control type="group">
<!-- dummy plot -->
<control type="textbox">
<!--><control type="textbox">
<posx>100</posx>
<posy>410</posy>
<width>430</width>
<height>205</height>
<include>Plot</include>
<visible>IsEmpty(Container.ShowPlot)</visible>
</control>
</control>-->
<!-- plot -->
<control type="textbox">
<posx>100</posx>
<posy>410</posy>
<width>430</width>
<height>205</height>
<include>Plot</include>
<label>$INFO[Container.ShowPlot]</label>
<include>PlotFormat</include>
<label>$INFO[ListItem.Plot]</label>
</control>
<control type="textbox">
<posx>100</posx>
<posy>410</posy>
<width>430</width>
<height>205</height>
<include>PlotFormat</include>
<label>$INFO[ListItem.Property(summary)]</label>
</control>
</control>
</include>
Expand Down

0 comments on commit 9cda30c

Please sign in to comment.