diff options
Diffstat (limited to 'http/index.html')
-rw-r--r-- | http/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/http/index.html b/http/index.html index 51c6b34..2e2ecf7 100644 --- a/http/index.html +++ b/http/index.html @@ -141,6 +141,12 @@ <label class="form-check-label" for="output-rzd">KoPS (RZD)</label> </div> </div> + <div class="col-md-6 col-lg-4"> + <div class="form-check"> + <input class="form-check-input" type="checkbox" name="output" value="pdf" id="output-pdf" /> + <label class="form-check-label" for="output-pdf">Wydruk (PDF)</label> + </div> + </div> </div> </div> <div class="form-group collapse" id="submit-panel"> |