summaryrefslogtreecommitdiff
path: root/bin/arap.pl
diff options
context:
space:
mode:
authortetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 16:19:42 +0000
committertetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-21 16:19:42 +0000
commit86abda9a7d811ea927c5b7505d819eab33412e5e (patch)
tree15af149dff37a61424286408b752a36ee6de460a /bin/arap.pl
parentf3688f442f127950017f36216a54b68c4b6bf62d (diff)
First batch of files cleaned up for reverse function translation lookup removal
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@252 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'bin/arap.pl')
-rwxr-xr-xbin/arap.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/arap.pl b/bin/arap.pl
index 1f92d5b0..29191aaa 100755
--- a/bin/arap.pl
+++ b/bin/arap.pl
@@ -213,9 +213,9 @@ sub select_name {
print qq|
<input type=hidden name=nextsub value=name_selected>
-<input type=hidden name=vc value=$table>
+<input type=hidden name=vc value="$table">
<br>
-<input class=submit type=submit name=action value="|.$locale->text('Continue').qq|">
+<button class="submit" type="submit" name="action" value="continue">|.$locale->text('Continue').qq|</button>
</form>
</body>
@@ -408,7 +408,7 @@ sub select_project {
print qq|
<input type=hidden name=nextsub value=project_selected>
<br>
-<input class=submit type=submit name=action value="|.$locale->text('Continue').qq|">
+<button class="submit" type="submit" name="action" value="continue">|.$locale->text('Continue').qq|</button>
</form>
</body>
@@ -507,7 +507,7 @@ sub repost {
<h4>$msg</h4>
-<input name=action class=submit type=submit value="|.$locale->text('Continue').qq|">
+<button name="action" class="submit" type="submit" value="continue">|.$locale->text('Continue').qq|</button>
</form>
</body>