]> git.plutz.net Git - confetti/blobdiff - cards/index.cgi
styling for iban assignment
[confetti] / cards / index.cgi
index 934c19ac3bf2499b3aee9adf0440188739a6e3f2..5babc9f925ef3f9d5660d2145e18808fe5c976cf 100755 (executable)
@@ -5,8 +5,6 @@
 . $_EXEC/cards/widgets.sh
 . $_EXEC/cards/list.sh
 
-upcase=' y;abcdefghijklmnopqrstuvwxyzäöüé;ABCDEFGHIJKLMNOPQRSTUVWXYZÄÖÜÉ;; '
-
 filter="$(GET f)"
 order="$(GET o)"
 edit="$(GET e |PATH)"
@@ -16,10 +14,10 @@ edit="${edit##*/}"
 
 { w_filter_diag
   printf '
-  [form class="newcard" action="/cards/new_card.sh" method="POST"
+  [form class="newcard" action="%s/cards/new_card.sh" method="POST"
     [button type="submit" %s]
     [input name="seed" placeholder="%s"]
-  ]' "$(l10n newcard)" "$(l10n vcf_seed_label)"
+  ]' "${_BASE}" "$(l10n newcard)" "$(l10n vcf_seed_label)"
   [ "$edit" ] && edit_card "$edit"
   list_cards
 } | yield_page cards #/cards/cards.css