Lines 125-131
Link Here
|
125 |
</thead> |
125 |
</thead> |
126 |
<tbody> |
126 |
<tbody> |
127 |
[% FOREACH request IN requests %] |
127 |
[% FOREACH request IN requests %] |
128 |
[% status = request.status %] |
128 |
[% status = request.status | html %] |
|
|
129 |
[% type = request.get_type %] |
129 |
<tr> |
130 |
<tr> |
130 |
<td>[% request.id | html %]</td> |
131 |
<td>[% request.id | html %]</td> |
131 |
<td> |
132 |
<td> |
Lines 135-141
Link Here
|
135 |
[% IF request.metadata.Title %][% request.metadata.Title | html %][% ELSE %]<span>N/A</span>[% END %] |
136 |
[% IF request.metadata.Title %][% request.metadata.Title | html %][% ELSE %]<span>N/A</span>[% END %] |
136 |
</td> |
137 |
</td> |
137 |
<td>[% request.backend | html %]</td> |
138 |
<td>[% request.backend | html %]</td> |
138 |
<td>[% request.getType | html %]</td> |
139 |
<td>[% type ? type : '<span>N/A</span>' | html %]</td> |
139 |
<td>[% request.capabilities.$status.name | html %]</td> |
140 |
<td>[% request.capabilities.$status.name | html %]</td> |
140 |
<td><span title="[% request.placed | html %]">[% request.placed | $KohaDates %]</span></td> |
141 |
<td><span title="[% request.placed | html %]">[% request.placed | $KohaDates %]</span></td> |
141 |
<td><span title="[% request.updated | html %]">[% request.updated | $KohaDates %]</span></td> |
142 |
<td><span title="[% request.updated | html %]">[% request.updated | $KohaDates %]</span></td> |
Lines 154-159
Link Here
|
154 |
<fieldset class="rows"> |
155 |
<fieldset class="rows"> |
155 |
<legend id="library_legend">Details from library</legend> |
156 |
<legend id="library_legend">Details from library</legend> |
156 |
<ol> |
157 |
<ol> |
|
|
158 |
[% type = request.get_type %] |
157 |
<li> |
159 |
<li> |
158 |
<label for="request_id">Request ID:</label> |
160 |
<label for="request_id">Request ID:</label> |
159 |
[% request.id | html %] |
161 |
[% request.id | html %] |
Lines 178-184
Link Here
|
178 |
</li> |
180 |
</li> |
179 |
<li> |
181 |
<li> |
180 |
<label for="medium">Request type:</label> |
182 |
<label for="medium">Request type:</label> |
181 |
[% request.getType | html %] |
183 |
[% type ? type : '<span>N/A</span>' | html %] |
182 |
</li> |
184 |
</li> |
183 |
<li> |
185 |
<li> |
184 |
<label for="placed">Request placed:</label> |
186 |
<label for="placed">Request placed:</label> |