/[koha]/koha/koha-tmpl/intranet-tmpl/default/en/bull/bull-home.tmpl
ViewVC logotype

Diff of /koha/koha-tmpl/intranet-tmpl/default/en/bull/bull-home.tmpl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2.2.2 by tipaul, Tue Aug 2 15:00:37 2005 UTC revision 1.2.2.3 by tipaul, Thu Dec 1 15:05:59 2005 UTC
# Line 28  Line 28 
28                  </tr>                  </tr>
29                  <!-- TMPL_LOOP name="subscriptions" -->                  <!-- TMPL_LOOP name="subscriptions" -->
30                          <tr>                          <tr>
31                                  <td>                                  <!-- TMPL_IF name="toggle" -->
32                                            <td class="hilighted">
33                                    <!-- TMPL_ELSE -->
34                                            <td>
35                                    <!-- /TMPL_IF -->
36                                          <!-- TMPL_IF name="ISSN" -->                                          <!-- TMPL_IF name="ISSN" -->
37                                                  <a href="bull/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button bull" title="Issues history"><!-- TMPL_VAR name="ISSN" --></a>                                                  <a href="bull/serial-issues.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button bull" title="Issues history"><!-- TMPL_VAR name="ISSN" --></a>
38                                          <!-- /TMPL_IF -->                                          <!-- /TMPL_IF -->
39                                                                                    
40                                  </td>                                  </td>
41                                  <td>                                  <!-- TMPL_IF name="toggle" -->
42                                          <!-- TMPL_VAR name="title" -->                                          <td class="hilighted">
43                                    <!-- TMPL_ELSE -->
44                                            <td>
45                                    <!-- /TMPL_IF -->
46                                            <!-- TMPL_IF name="title" -->
47                                                    <!-- TMPL_VAR name="title" -->
48                                            <!-- TMPL_ELSE -->
49                                                    |
50                                            <!-- /TMPL_IF -->
51                                  </td>                                  </td>
52                                  <td>                                  <!-- TMPL_IF name="toggle" -->
53                                            <td class="hilighted">
54                                    <!-- TMPL_ELSE -->
55                                            <td>
56                                    <!-- /TMPL_IF -->
57                                          <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->                                          <!-- TMPL_IF name="notes" -->(<!-- TMPL_VAR name="notes" -->)<!-- /TMPL_IF -->
58                                  </td>                                  </td>
59                                  <td>                                  <!-- TMPL_IF name="toggle" -->
60                                            <td class="hilighted">
61                                    <!-- TMPL_ELSE -->
62                                            <td>
63                                    <!-- /TMPL_IF -->
64                                          <a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull" title="subscription detail">Detail</a>                                          <a href="bull/subscription-detail.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull" title="subscription detail">Detail</a>
65                                    </td>
66                                    <!-- TMPL_IF name="toggle" -->
67                                            <td class="hilighted">
68                                    <!-- TMPL_ELSE -->
69                                            <td>
70                                    <!-- /TMPL_IF -->
71                                          <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull" title="receive issues for this subscription">Receive</a>                                          <a href="bull/statecollection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->" class="button bull" title="receive issues for this subscription">Receive</a>
72                                  </td>                                  </td>
73                          </tr>                          </tr>

Legend:
Removed from v.1.2.2.2  
changed lines
  Added in v.1.2.2.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26