Skip to content

Commit

Permalink
Start the alt text input box filled in with the value from the HTTP GET.
Browse files Browse the repository at this point in the history
  • Loading branch information
aag committed Mar 31, 2009
1 parent b820de0 commit 87fc587
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 2panels.php
Expand Up @@ -25,7 +25,7 @@
<a id="setAltTextLink" class="hidden" href="./"><img src="edit_alt_text.png" alt="" /></a>
<div id="altTextInputControls" class="hidden">
<form id="altTextForm" action="./">
<input id="altTextInput" name="altText" class="" type="text" size="60" />
<input id="altTextInput" name="altText" class="" type="text" size="60" value="<?=$outAltText?>" />
</form>
<a href="./" id="altTextOKButton" class="altTextInputButton">OK</a> <a href="./" id="altTextCancelButton" class="altTextInputButton">Cancel</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 3panels.php
Expand Up @@ -26,7 +26,7 @@
<a id="setAltTextLink" class="hidden" href="./"><img src="edit_alt_text.png" alt="" /></a>
<div id="altTextInputControls" class="hidden">
<form id="altTextForm" action="./">
<input id="altTextInput" name="altText" class="" type="text" size="60" />
<input id="altTextInput" name="altText" class="" type="text" size="60" value="<?=$outAltText?>" />
</form><br />
<a href="./" id="altTextOKButton" class="altTextInputButton">OK</a> <a href="./" id="altTextCancelButton" class="altTextInputButton">Cancel</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 6panels.php
Expand Up @@ -24,7 +24,7 @@
<a id="setAltTextLink" class="hidden" href="./"><img src="edit_alt_text.png" alt="" /></a>
<div id="altTextInputControls" class="hidden">
<form id="altTextForm" action="./">
<input id="altTextInput" name="altText" class="" type="text" size="60" />
<input id="altTextInput" name="altText" class="" type="text" size="60" value="<?=$outAltText?>" />
</form>
<a href="./" id="altTextOKButton" class="altTextInputButton">OK</a> <a href="./" id="altTextCancelButton" class="altTextInputButton">Cancel</a>
</div>
Expand Down

0 comments on commit 87fc587

Please sign in to comment.