mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-22 21:30:54 +01:00
* email: fix for ->starting the search with enter with IE opens a compose window<-
This commit is contained in:
parent
20d0bfabfe
commit
60f991ec21
@ -795,6 +795,8 @@ class uifelamimail
|
||||
$this->t->set_var('navbarButtonsRight',$navbarButtons);
|
||||
$composeImage = $GLOBALS['egw']->common->image('phpgwapi','new');
|
||||
$this->t->set_var('composeBGImage',$composeImage);
|
||||
$searchImage = $GLOBALS['egw']->common->image('phpgwapi','search');
|
||||
$this->t->set_var('searchButton',$searchImage);
|
||||
|
||||
// set the images
|
||||
$listOfImages = array(
|
||||
|
@ -70,12 +70,15 @@ fm_startTimerMessageListUpdate(refreshTimeOut);
|
||||
<td align="left" width="100px">
|
||||
<div class="parentDIV">
|
||||
<label style="display: none"><input style="width:12px; height:12px; border:none; margin: 1px; margin-left: 3px;" type="checkbox" id="selectAllMessagesCheckBox" onclick="selectFolderContent(this, refreshTimeOut)"> {lang_mark_all_messages}</label>
|
||||
<button style="height: 20px; margin: 2px; margin-left: 5px; border-radius: 4px; background-image: url({composeBGImage}); background-repeat: no-repeat; padding-left: 22px; padding-right: 5px;" onclick="egw_appWindow('felamimail').mail_openComposeWindow(egw_webserverUrl+'/index.php?menuaction=felamimail.uicompose.compose',false)">{lang_compose}</button>
|
||||
<input id="composeNewMail" name="composeNewMail" type="button" style="height: 20px; margin: 2px; margin-left: 5px; border-radius: 4px; background-image: url({composeBGImage}); background-repeat: no-repeat; padding-left: 22px; padding-right: 5px;" onclick="egw_appWindow('felamimail').mail_openComposeWindow(egw_webserverUrl+'/index.php?menuaction=felamimail.uicompose.compose',false)" value="{lang_compose}">
|
||||
</div>
|
||||
</td>
|
||||
<td align="right" width="90px">
|
||||
{select_search}
|
||||
</td>
|
||||
<td width="17px">
|
||||
<button style="height: 20px; margin: 2px; margin-left: 1px; border-radius: 1px;" onChange="javascript:quickSearch();document.getElementById('quickSearch').select();return true;"><img src="{searchButton}"></button>
|
||||
</td>
|
||||
<td align="right">
|
||||
<input class="input_text" type="text" name="quickSearch" id="quickSearch" value="{quicksearch}" onChange="javascript:quickSearch();" onFocus="this.select();" style="font-size:11px; width:100%;">
|
||||
</td>
|
||||
|
@ -69,12 +69,15 @@ fm_startTimerMessageListUpdate(refreshTimeOut);
|
||||
<td align="left" width="100px">
|
||||
<div class="parentDIV">
|
||||
<label style="display: none"><input style="width:12px; height:12px; border:none; margin: 1px; margin-left: 3px;" type="checkbox" id="selectAllMessagesCheckBox" onclick="selectFolderContent(this, refreshTimeOut)"> {lang_mark_all_messages}</label>
|
||||
<button style="height: 20px; margin: 2px; margin-left: 5px; border-radius: 4px; background-image: url({composeBGImage}); background-repeat: no-repeat; padding-left: 22px; padding-right: 5px;" onclick="egw_appWindow('felamimail').mail_openComposeWindow(egw_webserverUrl+'/index.php?menuaction=felamimail.uicompose.compose',false)">{lang_compose}</button>
|
||||
<input id="composeNewMail" name="composeNewMail" type="button" style="height: 20px; margin: 2px; margin-left: 5px; border-radius: 4px; background-image: url({composeBGImage}); background-repeat: no-repeat; padding-left: 22px; padding-right: 5px;" onclick="egw_appWindow('felamimail').mail_openComposeWindow(egw_webserverUrl+'/index.php?menuaction=felamimail.uicompose.compose',false)" value="{lang_compose}">
|
||||
</div>
|
||||
</td>
|
||||
<td align="right" width="90px">
|
||||
{select_search}
|
||||
</td>
|
||||
<td width="17px">
|
||||
<button style="height: 20px; margin: 2px; margin-left: 1px; border-radius: 1px;" onChange="javascript:quickSearch();document.getElementById('quickSearch').select();return true;"><img src="{searchButton}"></button>
|
||||
</td>
|
||||
<td align="right">
|
||||
<input class="input_text" type="text" name="quickSearch" id="quickSearch" value="{quicksearch}" onChange="javascript:quickSearch();" onFocus="this.select();" style="font-size:11px; width:100%;">
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user