Revision ce47a234
Von Thomas Kasulke vor mehr als 17 Jahren hinzugefügt
bin/mozilla/ap.pl | ||
---|---|---|
778 | 778 |
print qq| <input type="button" class="submit" onclick="set_history_window($form->{id});" name="history" id="history" value="| . $locale->text('history') . qq|">|; |
779 | 779 |
} |
780 | 780 |
# /button for saving history |
781 |
# mark_as_paid button |
|
782 |
if($form->{id} ne "") { |
|
783 |
print qq|<input type="submit" class="submit" name="action" value="| |
|
784 |
. $locale->text('mark as paid') . qq|">|; |
|
785 |
} |
|
786 |
# /mark_as_paid button |
|
781 | 787 |
print " |
782 | 788 |
</form> |
783 | 789 |
|
... | ... | |
788 | 794 |
$lxdebug->leave_sub(); |
789 | 795 |
} |
790 | 796 |
|
797 |
sub mark_as_paid { |
|
798 |
$lxdebug->enter_sub(); |
|
799 |
$form->mark_as_paid(\%myconfig,"ap"); |
|
800 |
$lxdebug->leave_sub(); |
|
801 |
} |
|
802 |
|
|
791 | 803 |
sub update { |
792 | 804 |
$lxdebug->enter_sub(); |
793 | 805 |
|
Auch abrufbar als: Unified diff
neuen button und Funktion für "als bezahlt markieren" eingeführt.