Some UI cleanups, changes, and various miscellany.

git-svn-id: https://develop.svn.wordpress.org/trunk@4349 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Mullenweg
2006-10-06 01:14:47 +00:00
parent 0627d3a23a
commit bc2d62560c
27 changed files with 2105 additions and 1955 deletions

View File

@@ -77,7 +77,7 @@ if ( is_month() ) {
<fieldset>
<legend><?php _e('Search Posts&hellip;') ?></legend>
<input type="text" name="s" value="<?php if (isset($s)) echo wp_specialchars($s, 1); ?>" size="17" />
<input type="submit" name="submit" value="<?php _e('Search') ?>" />
<input type="submit" name="submit" value="<?php _e('Search') ?>" class="button" />
</fieldset>
</form>
@@ -106,7 +106,7 @@ if ( count($arc_result) ) { ?>
}
?>
</select>
<input type="submit" name="submit" value="<?php _e('Show Month') ?>" />
<input type="submit" name="submit" value="<?php _e('Show Month') ?>" class="button" />
</fieldset>
</form>
@@ -116,7 +116,7 @@ if ( count($arc_result) ) { ?>
<fieldset>
<legend><?php _e('Browse Category&hellip;') ?></legend>
<?php wp_dropdown_categories('show_option_all='.__('All').'&hide_empty=1&hierarchical=1&show_count=1&selected='.$cat);?>
<input type="submit" name="submit" value="<?php _e('Show Category') ?>" />
<input type="submit" name="submit" value="<?php _e('Show Category') ?>" class="button" />
</fieldset>
</form>