Align SEARCH and other buttons to the right
This commit is contained in:
parent
5b66aa1aa7
commit
c766b5c634
|
|
@ -3510,8 +3510,8 @@ $text['label-call_center_queue']['zh-cn'] = "呼叫中心队列";
|
|||
$text['label-call_center_queue']['ja-jp'] = "コールセンターのキュー";
|
||||
$text['label-call_center_queue']['ko-kr'] = "콜센터 대기열";
|
||||
|
||||
$text['description_search']['en-us'] = "<u>Note</u>: Destination and Caller ID (CID) Name fields support the use of an <i>asterisk</i> ('*') as a wildcard character.";
|
||||
$text['description_search']['en-gb'] = "<u>Note</u>: Destination and Caller ID (CID) Name fields support the use of an <i>asterisk</i> ('*') as a wildcard character.";
|
||||
$text['description_search']['en-us'] = "Destination and Caller ID (CID) Name fields support the use of an <i>asterisk</i> ('*') as a wildcard character.";
|
||||
$text['description_search']['en-gb'] = "Destination and Caller ID (CID) Name fields support the use of an <i>asterisk</i> ('*') as a wildcard character.";
|
||||
$text['description_search']['ar-eg'] = "يدعم حقلا الوجهة واسم تعريف المتصل استخدام علامة النجمة كحرف بدل.";
|
||||
$text['description_search']['de-at'] = "Info: Ziel und Anruferkennung (CID) Namesfelder unterstützen die Verwendung von Stern ('*') als Wildcard Zeichen.";
|
||||
$text['description_search']['de-ch'] = "Info: Ziel und Anruferkennung (CID) Namesfelder unterstützen die Verwendung von Stern ('*') als Wildcard Zeichen.";
|
||||
|
|
@ -3522,7 +3522,7 @@ $text['description_search']['es-mx'] = "<u>Atención</u>: Destino y el identific
|
|||
$text['description_search']['fr-ca'] = "<u>Attention</u>: Destination et identification de l'appelant (CID) champs Nom appuient l'utilisation de <i>l'astérisque</i> ('*') comme un caractère générique.";
|
||||
$text['description_search']['fr-fr'] = "<u>Attention</u>: Destination et identification de l'appelant (CID) champs Nom appuient l'utilisation de <i>l'astérisque</i> ('*') comme un caractère générique.";
|
||||
$text['description_search']['he-il'] = "השדות 'יעד' ו'שם זיהוי מתקשר' תומכים בשימוש בכוכבית כתו כללי.";
|
||||
$text['description_search']['it-it'] = "<u>Nota</u>: Destinazione e ID Nome Chiamante (CID) supportano l'uso di un <i>asterisco</i> ('*') come carattere jolly.";
|
||||
$text['description_search']['it-it'] = "Destinazione e ID Nome Chiamante (CID) supportano l'uso di un <i>asterisco</i> ('*') come carattere jolly.";
|
||||
$text['description_search']['ka-ge'] = "<u>შენიშვნა</u>: სამიზნე და დამრეკის ID (CID) სახელის ველებს აქვთ <i>ვარსკვლავის</i> ('*') მხარდაჭერა ვაილდქარდის სიმბოლოდ.";
|
||||
$text['description_search']['nl-nl'] = "De velden Destination en Caller Identification Name ondersteunen het gebruik van een sterretje als jokerteken.";
|
||||
$text['description_search']['pl-pl'] = "Uwaga: Następujące pola: numer dzwoniącego i odbiorcy rozmowy, prezentacja numeru oraz nazwy wspierają gwiazdkę (‘*’) jako symbol wieloznaczny.";
|
||||
|
|
|
|||
|
|
@ -307,7 +307,7 @@
|
|||
echo modal::create(['id'=>'modal-delete','type'=>'delete','actions'=>button::create(['type'=>'button','label'=>$text['button-continue'],'icon'=>'check','id'=>'btn_delete','style'=>'float: right; margin-left: 15px;','collapse'=>'never','onclick'=>"modal_close(); list_action_set('delete'); list_form_submit('form_list');"])]);
|
||||
}
|
||||
|
||||
echo $text['description']." \n";
|
||||
echo $text['description']." ".$text['description_search']."\n";
|
||||
echo "<br /><br />\n";
|
||||
|
||||
//basic search of call detail records
|
||||
|
|
@ -608,7 +608,7 @@
|
|||
echo "</div>\n";
|
||||
|
||||
button::$collapse = false;
|
||||
echo "<div style='float: right; padding-top: 15px; margin-left: 20px; white-space: nowrap;'>";
|
||||
echo "<div style='display: flex; justify-content: flex-end; padding-top: 15px; margin-left: 20px; white-space: nowrap;'>";
|
||||
if ($permission['xml_cdr_all'] && $_REQUEST['show'] == 'all') {
|
||||
echo "<input type='hidden' name='show' value='all'>\n";
|
||||
}
|
||||
|
|
@ -619,8 +619,7 @@
|
|||
echo button::create(['label'=>$text['button-search'],'icon'=>$_SESSION['theme']['button_icon_search'],'type'=>'submit','id'=>'btn_save','name'=>'submit']);
|
||||
echo "</div>\n";
|
||||
echo "</div>\n";
|
||||
echo "<div style='font-size: 85%; padding-top: 12px; margin-bottom: 40px;'>".$text['description_search']."</div>\n";
|
||||
|
||||
echo "<br />\n";
|
||||
echo "</form>";
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue