another ui tweak

This commit is contained in:
John Bintz 2009-10-01 23:04:16 -04:00
parent 80f3c6ea7b
commit bfbe380d02
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
<div class="wdts-button-holder"></div>
<textarea style="height: 200px; width: 99%" name="wdts[transcript]"></textarea>
<input type="submit" value="<?php _e('Submit For Approval', 'what-did-they-say') ?>" />
<input type="submit" class="button" value="<?php _e('Submit For Approval', 'what-did-they-say') ?>" />
</div>
</form>
</div>

View File

@ -48,7 +48,7 @@
<textarea class="edit-transcript" name="wdts[transcripts][<?php echo $code ?>]" style="display: none; width: 99%; height: 200px"><?php echo $approved_transcript_text ?></textarea>
<?php } ?>
<?php if (!is_admin()) { ?>
<input type="button" class="wdts-modify-transcript" value="<?php _e('Update All Transcripts', 'what-did-they-say') ?>" />
<input type="button" class="button" class="wdts-modify-transcript" value="<?php _e('Update All Transcripts', 'what-did-they-say') ?>" />
<span class="wdts-update-message"></span>
<?php } ?>
</div>