4,554
edits
| No edit summary | No edit summary | ||
| Line 1,285: | Line 1,285: | ||
|      $chooser = jQuery( |      $chooser = jQuery( | ||
|        '<div id="print-chooser" class="print-chooser" style="display:none;">' + |        '<div id="print-chooser" class="print-chooser" style="display:none;">' + | ||
|          '<a href="#" id="print-with-border" class="print-choice">border</a> ' + |          '<a href="#" id="print-with-border" class="print-choice">show border</a> ' + | ||
|          '<a href="#" id="print-no-border" class="print-choice"> |          '<a href="#" id="print-no-border" class="print-choice">hide border</a>' + | ||
|          "</div>" |          "</div>" | ||
|      ); |      ); | ||