Skip to content

Commit

Permalink
Actually, this seems less intrusive as a link instead of a button.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Feb 11, 2014
1 parent ca5712f commit c4a4fab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kronolith/templates/dynamic/edit.inc
Expand Up @@ -202,7 +202,7 @@

<div id="kronolithEventTabUrl" class="kronolithTabsOption" style="display:none">
<input type="text" name="eventurl" id="kronolithEventUrl" class="kronolithLongField" value="http://" />
<span style="display:none;" id="kronolithEventUrlDisplay"><span></span>&nbsp;<input type="button" id="kronolithEventUrlToggle" value="<?php echo _("Edit") ?>" /></span>
<span style="display:none;" id="kronolithEventUrlDisplay"><span></span>&nbsp;(<a href="#" id="kronolithEventUrlToggle"><?php echo _("Edit") ?></a>)</span>
</div>

<div id="kronolithEventTabAttendees" class="kronolithTabsOption" style="display:none">
Expand Down

0 comments on commit c4a4fab

Please sign in to comment.