}
}
+ $this->elementStart('p', array('id' => 'application_register'));
$this->element('a',
array('href' => common_local_url(
'newapplication',
array('nickname' => $user->nickname)
- )
+ ),
+ 'class' => 'more'
),
- 'Register a new application ยป');
+ 'Register a new application');
+ $this->elementEnd('p');
$this->pagination(
$this->page > 1,
$this->elementEnd('div');
- $this->elementStart('div', 'entity-list-apps');
+ $this->elementStart('p', array('id' => 'application_action'));
$this->element('a',
array(
'href' => common_local_url(
'apps',
- array('nickname' => $this->owner->nickname)
- )
+ array('nickname' => $this->owner->nickname)),
+ 'class' => 'more'
),
'View your applications');
- $this->elementEnd('div');
+ $this->elementEnd('p');
}
function resetKey()