Skip to content

Commit

Permalink
fix jquery uploader bug
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Oct 11, 2008
1 parent 1139459 commit b53f2b0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/controllers/identities.php
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,12 @@ function _admin( &$vars ) {
'resource'=>'identities',
'id'=>get_profile_id(),
'action'=>'subs'
)).'/partial'] = 'Subscriptions';
)).'/partial'] = 'Friends';
$menuitems[$request->url_for(array(
'resource'=>'identities',
'id'=>get_profile_id(),
'action'=>'apps'
)).'/partial'] = 'Applications';
)).'/partial'] = 'Apps';
foreach ($submenu as $arr) {
if (in_array($arr[0][0],$apps_list))
$menuitems[$arr[0][4]] = $arr[0][3];
Expand Down
3 changes: 1 addition & 2 deletions app/views/wp-themes/prologue-theme/header.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,13 @@
padding: 2px;
font: 1.4em/1.2em "Lucida Grande",Verdana,"Bitstream Vera Sans",Arial,sans-serif;
}
#postbox input#tags, #commentform #comment {
#postbox input#tags, #postbox input#links, #commentform #comment {
font-size: 1.2em;
padding: 2px;
border: 1px solid #c6d9e9;
width: 300px;
margin-left: 0;
}

#postbox label {
color: #333;
display: block;
Expand Down

0 comments on commit b53f2b0

Please sign in to comment.