2010-10-04 Sergio Martin <sergio.martin@artica.es>
* mobile/include/user.class.php: Fixed empty translated string git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3337 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
1dbc8de2ab
commit
d2bc1129dc
|
@ -1,3 +1,8 @@
|
|||
2010-10-04 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* mobile/include/user.class.php: Fixed empty translated
|
||||
string
|
||||
|
||||
2010-10-04 Sergio Martin <sergio.martin@artica.es>
|
||||
|
||||
* include/javascript/pandora.js
|
||||
|
|
|
@ -86,7 +86,7 @@ class User {
|
|||
<td style="color: #036A3A; height: 20px;" colspan="2" valign="top" align="left"><?php echo $pandora_version;?> <?php echo $text;?></td>
|
||||
<td style="width: 80px; height: 80px;" valign="bottom" align="left" rowspan="4">
|
||||
<?php
|
||||
print_submit_button(__(''), 'login', false, 'class="login_button" alt="' . __('Login') . '" title="' . __('Login') . '"');
|
||||
print_submit_button('', 'login', false, 'class="login_button" alt="' . __('Login') . '" title="' . __('Login') . '"');
|
||||
?>
|
||||
</td>
|
||||
</tr>
|
||||
|
@ -163,4 +163,4 @@ class User {
|
|||
return $this->user;
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue