another ui tweak
This commit is contained in:
parent
80f3c6ea7b
commit
bfbe380d02
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue