|
Lines 105-111
Link Here
|
| 105 |
[% IF ( total ) %] |
105 |
[% IF ( total ) %] |
| 106 |
<div id="serialstabs" class="toptabs" style="clear:both;"> |
106 |
<div id="serialstabs" class="toptabs" style="clear:both;"> |
| 107 |
<ul class="ui-tabs-nav"> |
107 |
<ul class="ui-tabs-nav"> |
| 108 |
<li><a href="#opened">Opened ([% openedsubscriptions.size || 0 %])</a></li> |
108 |
<li><a href="#opened">Open ([% openedsubscriptions.size || 0 %])</a></li> |
| 109 |
<li><a href="#closed">Closed ([% closedsubscriptions.size || 0 %])</a></li> |
109 |
<li><a href="#closed">Closed ([% closedsubscriptions.size || 0 %])</a></li> |
| 110 |
</ul> |
110 |
</ul> |
| 111 |
<div id="opened"> |
111 |
<div id="opened"> |
|
Lines 188-194
Link Here
|
| 188 |
</tbody> |
188 |
</tbody> |
| 189 |
</table> |
189 |
</table> |
| 190 |
[% ELSE %] |
190 |
[% ELSE %] |
| 191 |
There is no opened subscription for your search. |
191 |
<div class="dialog message"> |
|
|
192 |
<p>Your search returned no open subscriptions.</p> |
| 193 |
</div> |
| 192 |
[% END %] |
194 |
[% END %] |
| 193 |
</div> |
195 |
</div> |
| 194 |
<div id="closed"> |
196 |
<div id="closed"> |
|
Lines 252-261
Link Here
|
| 252 |
</tbody> |
254 |
</tbody> |
| 253 |
</table> |
255 |
</table> |
| 254 |
[% ELSE %] |
256 |
[% ELSE %] |
| 255 |
There is no closed subscription for your search. |
257 |
<div class="dialog message"> |
|
|
258 |
<p>Your search returned no closed subscriptions.</p> |
| 259 |
</div> |
| 256 |
[% END %] |
260 |
[% END %] |
| 257 |
</div> |
261 |
</div> |
| 258 |
</div> |
262 |
</div> |
|
|
263 |
[% ELSE %] |
| 264 |
<div class="dialog message"> |
| 265 |
<p>Your search returned no results.</p> |
| 266 |
</div> |
| 259 |
[% END %] |
267 |
[% END %] |
| 260 |
[% END %] |
268 |
[% END %] |
| 261 |
</div> |
269 |
</div> |
| 262 |
- |
|
|