X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=doc%2FBuySpy.pod;h=ef3d872daf096e7c041a1a5ff38b6ba6d4571bca;hb=8237e83ed726d86f1ef754e51077eb2aff0cd4ed;hp=ead5e202297bab721323fbf917911be89a03a4ad;hpb=673e706b0cda16b4dea71d8fe7c430e4e29d78ac;p=maypole.git diff --git a/doc/BuySpy.pod b/doc/BuySpy.pod index ead5e20..ef3d872 100644 --- a/doc/BuySpy.pod +++ b/doc/BuySpy.pod @@ -230,16 +230,23 @@ since we don't have the concept of a logged-in user and so we don't distinguish between the tabs that anyone can see and those than only an admin can see, but we'll come back to it later. Still, 104 lines, eh? -The actual tab list is presented here: +The actual tab list is presented here: (reformated slightly for sanity) - + -  <%# ((TabStripDetails) Container.DataItem).TabName %>  +   + <%# ((TabStripDetails) Container.DataItem).TabName %>  -  <%# ((TabStripDetails) Container.DataItem).TabName %>  +   + <%# ((TabStripDetails) Container.DataItem).TabName %>  @@ -262,7 +269,8 @@ list directly, displaying the currently selected tab differently:  [%tab.name%]  [% ELSE %] -  [%a_tab.name%]  +  [%a_tab.name%]  [% END %] [% END %]