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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/virtualshelves/shelves.tmpl (-2 / +1 lines)
Lines 415-421 function placeHold () { Link Here
415
					<input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelf" -->" value="1" />
415
					<input type="hidden" name="DEL-<!-- TMPL_VAR NAME="shelf" -->" value="1" />
416
					<!-- TMPL_IF NAME="confirm" -->
416
					<!-- TMPL_IF NAME="confirm" -->
417
					<input type="hidden" name="CONFIRM-<!-- TMPL_VAR NAME="confirm" -->" value="1" />
417
					<input type="hidden" name="CONFIRM-<!-- TMPL_VAR NAME="confirm" -->" value="1" />
418
					<input type="submit" class="confirm" value="Confirm" />
418
					<input type="submit" class="approve" value="Confirm" />
419
					<!-- TMPL_ELSE -->
419
					<!-- TMPL_ELSE -->
420
					<input type="submit" class="deleteshelf" onclick="return confirmDelete(_('Are you sure you want to remove this List?'));" value="Delete" />
420
					<input type="submit" class="deleteshelf" onclick="return confirmDelete(_('Are you sure you want to remove this List?'));" value="Delete" />
421
					<!-- /TMPL_IF -->
421
					<!-- /TMPL_IF -->
422
- 

Return to bug 5152