Lines 68-74
Link Here
|
68 |
[% IF op == 'save' %] |
68 |
[% IF op == 'save' %] |
69 |
[% IF ( suggestionid ) %] |
69 |
[% IF ( suggestionid ) %] |
70 |
<li> |
70 |
<li> |
71 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> |
71 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a> |
72 |
</li> |
72 |
</li> |
73 |
<li> |
73 |
<li> |
74 |
<a href="#" aria-current="page"> |
74 |
<a href="#" aria-current="page"> |
Lines 77-83
Link Here
|
77 |
</li> |
77 |
</li> |
78 |
[% ELSE %] |
78 |
[% ELSE %] |
79 |
<li> |
79 |
<li> |
80 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> |
80 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a> |
81 |
</li> |
81 |
</li> |
82 |
<li> |
82 |
<li> |
83 |
<a href="#" aria-current="page"> |
83 |
<a href="#" aria-current="page"> |
Lines 87-93
Link Here
|
87 |
[% END %] |
87 |
[% END %] |
88 |
[% ELSIF ( op == 'show' ) %] |
88 |
[% ELSIF ( op == 'show' ) %] |
89 |
<li> |
89 |
<li> |
90 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl">Suggestions</a> |
90 |
<a href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">Suggestions</a> |
91 |
</li> |
91 |
</li> |
92 |
<li> |
92 |
<li> |
93 |
<a href="#" aria-current="page"> |
93 |
<a href="#" aria-current="page"> |
Lines 313-319
Link Here
|
313 |
</fieldset> |
313 |
</fieldset> |
314 |
|
314 |
|
315 |
<fieldset class="action"> |
315 |
<fieldset class="action"> |
316 |
<a href="suggestion.pl"><< Back to suggestions</a> |
316 |
<a href="suggestion.pl#ASKED"><< Back to suggestions</a> |
317 |
</fieldset> |
317 |
</fieldset> |
318 |
|
318 |
|
319 |
</div> <!-- /.col-md-8 col-md-offset-2 --> |
319 |
</div> <!-- /.col-md-8 col-md-offset-2 --> |
Lines 650-656
Link Here
|
650 |
[% ELSE %] |
650 |
[% ELSE %] |
651 |
<input type="submit" value="Submit your suggestion" /> |
651 |
<input type="submit" value="Submit your suggestion" /> |
652 |
[% END %] |
652 |
[% END %] |
653 |
<a class="cancel" href="suggestion.pl">Cancel</a> |
653 |
<a class="cancel" href="suggestion.pl#ASKED">Cancel</a> |
654 |
[% END %] |
654 |
[% END %] |
655 |
</fieldset> <!-- /.action --> |
655 |
</fieldset> <!-- /.action --> |
656 |
</form> <!-- /#add_edit --> |
656 |
</form> <!-- /#add_edit --> |
Lines 1013-1019
Link Here
|
1013 |
</ol> |
1013 |
</ol> |
1014 |
</fieldset> <!-- /.brief --> |
1014 |
</fieldset> <!-- /.brief --> |
1015 |
|
1015 |
|
1016 |
<h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl">[clear]</a></h4> |
1016 |
<h4>Filter by: <a style="font-size:80%;font-weight:normal;" href="/cgi-bin/koha/suggestion/suggestion.pl#ASKED">[clear]</a></h4> |
1017 |
|
1017 |
|
1018 |
<div id="limits"> |
1018 |
<div id="limits"> |
1019 |
<fieldset class="brief"> |
1019 |
<fieldset class="brief"> |
1020 |
- |
|
|