View | Details | Raw Unified | Return to bug 6518
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-addbybiblionumber.tmpl (-1 / +1 lines)
Lines 66-72 Link Here
66
		<option value="1">Private</option>
66
		<option value="1">Private</option>
67
		<option value="2">Public</option>
67
		<option value="2">Public</option>
68
		</select></li></ol></fieldset>
68
		</select></li></ol></fieldset>
69
		<!-- TMPL_LOOP NAME="biblios" --> <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" /><!-- /TMPL_LOOP -->
69
		<!-- TMPL_LOOP NAME="biblios" --> <input type="hidden"name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" ESCAPE="HTML"-->" /><!-- /TMPL_LOOP -->
70
		<fieldset class="action"><input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a></fieldset>
70
		<fieldset class="action"><input type="submit" value="Save" class="submit" /> <a class="close cancel" href="#">Cancel</a></fieldset>
71
		</form>
71
		</form>
72
	<!-- /TMPL_UNLESS -->
72
	<!-- /TMPL_UNLESS -->
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadcart.tmpl (-1 / +1 lines)
Lines 19-25 Link Here
19
	</select></li></ol>
19
	</select></li></ol>
20
</fieldset>
20
</fieldset>
21
<fieldset class="action">
21
<fieldset class="action">
22
	<input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" -->" />
22
	<input type="hidden" name="bib_list" value="<!-- TMPL_VAR NAME="bib_list" ESCAPE="HTML"-->" />
23
	<input type="submit" name="save" value="Go" />
23
	<input type="submit" name="save" value="Go" />
24
</fieldset>
24
</fieldset>
25
    </form>
25
    </form>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-downloadshelf.tmpl (-1 / +1 lines)
Lines 24-30 Link Here
24
24
25
	</select></li></ol>
25
	</select></li></ol>
26
</fieldset>
26
</fieldset>
27
<fieldset class="action">	<input type="hidden" name="shelfid" value="<!-- TMPL_VAR NAME="shelfid" -->" />
27
<fieldset class="action">	<input type="hidden" name="shelfid" value="<!-- TMPL_VAR NAME="shelfid" ESCAPE="HTML"-->" />
28
	<input type="submit" name="save" value="Go" /></fieldset>
28
	<input type="submit" name="save" value="Go" /></fieldset>
29
    </form>
29
    </form>
30
30
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-review.tmpl (-3 / +3 lines)
Lines 11-17 Link Here
11
			<!-- TMPL_IF NAME="cgi_debug" -->alert("injecting OLD comment: " +comment);<!-- /TMPL_IF -->
11
			<!-- TMPL_IF NAME="cgi_debug" -->alert("injecting OLD comment: " +comment);<!-- /TMPL_IF -->
12
			parent.opener.$('#c<!-- TMPL_VAR NAME="reviewid" --> p').prev("small").prev("h5").html("Your Edited Comment (preview, pending approval)");
12
			parent.opener.$('#c<!-- TMPL_VAR NAME="reviewid" --> p').prev("small").prev("h5").html("Your Edited Comment (preview, pending approval)");
13
			parent.opener.$('#c<!-- TMPL_VAR NAME="reviewid" --> p').html(comment);
13
			parent.opener.$('#c<!-- TMPL_VAR NAME="reviewid" --> p').html(comment);
14
			parent.opener.$('#c<!-- TMPL_VAR NAME="reviewid" --> p').append(" <a href=\"#comment\" onclick=\"Dopop(\'/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->&amp;reviewid=<!-- TMPL_VAR NAME="reviewid" -->\');\">Edit<\/a>");
14
			parent.opener.$('#c<!-- TMPL_VAR NAME="reviewid" --> p').append(" <a href=\"#comment\" onclick=\"Dopop(\'/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URI" -->&amp;reviewid=<!-- TMPL_VAR NAME="reviewid" ESCAPE="URI"-->\');\">Edit<\/a>");
15
			<!-- /TMPL_IF -->
15
			<!-- /TMPL_IF -->
16
			return 1;
16
			return 1;
17
		};
17
		};
Lines 21-27 Link Here
21
			parent.opener.$('#newcomment').html(
21
			parent.opener.$('#newcomment').html(
22
				"<h5>Your Comment (preview, pending approval)<\/h5>" +
22
				"<h5>Your Comment (preview, pending approval)<\/h5>" +
23
				"<p>"+comment+"<\/p>" +
23
				"<p>"+comment+"<\/p>" +
24
				"<a href=\"#comment\" onclick=\"Dopop(\'/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber"-->\');\">Edit<\/a><\/p>"
24
				"<a href=\"#comment\" onclick=\"Dopop(\'/cgi-bin/koha/opac-review.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="HTML"-->\');\">Edit<\/a><\/p>"
25
			);
25
			);
26
			parent.opener.$("#addcomment").prev("p").remove();
26
			parent.opener.$("#addcomment").prev("p").remove();
27
			parent.opener.$("#addcomment").remove();
27
			parent.opener.$("#addcomment").remove();
Lines 66-72 Link Here
66
	</div>
66
	</div>
67
<!-- /TMPL_IF -->
67
<!-- /TMPL_IF -->
68
<form id="reviewf" action="/cgi-bin/koha/opac-review.pl<!-- TMPL_IF NAME="cgi_debug" -->?debug=1<!-- /TMPL_IF -->" method="post">
68
<form id="reviewf" action="/cgi-bin/koha/opac-review.pl<!-- TMPL_IF NAME="cgi_debug" -->?debug=1<!-- /TMPL_IF -->" method="post">
69
    <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" -->" />
69
    <input type="hidden" name="biblionumber" value="<!-- TMPL_VAR NAME="biblionumber" ESCAPE="HTML" -->" />
70
	<fieldset class="brief">
70
	<fieldset class="brief">
71
	<legend>Comments on <i><!--TMPL_VAR NAME="title" ESCAPE="html" --> <!-- TMPL_VAR NAME="subtitle" --></i><!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --></legend>
71
	<legend>Comments on <i><!--TMPL_VAR NAME="title" ESCAPE="html" --> <!-- TMPL_VAR NAME="subtitle" --></i><!-- TMPL_IF NAME="author" -->by <!-- TMPL_VAR NAME="author" --><!-- /TMPL_IF --></legend>
72
            <ol><li><textarea id="review" name="review" cols="60" rows="8"><!--TMPL_VAR NAME="review"--></textarea></li></ol>
72
            <ol><li><textarea id="review" name="review" cols="60" rows="8"><!--TMPL_VAR NAME="review"--></textarea></li></ol>
(-)a/koha-tmpl/opac-tmpl/prog/en/modules/opac-serial-issues.tmpl (-3 / +2 lines)
Lines 12-20 Link Here
12
<div class="container">
12
<div class="container">
13
<h2>Issues for a subscription</h2>
13
<h2>Issues for a subscription</h2>
14
<div id="views">
14
<div id="views">
15
	<span class="view"><a id="Normalview" href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Normal View</a></span>
15
	<span class="view"><a id="Normalview" href="opac-detail.pl?biblionumber=<!-- TMPL_VAR name="biblionumber" ESCAPE="HTML" -->" class="button">Normal View</a></span>
16
		<span class="view"><span id="Briefhistory">Brief history</span></span>
16
		<span class="view"><span id="Briefhistory">Brief history</span></span>
17
	<span class="view"><a id="Fullhistory" href="opac-serial-issues.pl?selectview=full&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" -->" class="button">Full History</a></span>
17
	<span class="view"><a id="Fullhistory" href="opac-serial-issues.pl?selectview=full&amp;biblionumber=<!-- TMPL_VAR name="biblionumber" ESCAPE="HTML" -->" class="button">Full History</a></span>
18
</div>
18
</div>
19
<form method="post" name="f">
19
<form method="post" name="f">
20
<!-- TMPL_LOOP name="subscription_LOOP" -->
20
<!-- TMPL_LOOP name="subscription_LOOP" -->
21
- 

Return to bug 6518