简体   繁体   English

在Drupal中更改“搜索此站点”表单的顺序

[英]Change the order of the 'Search this site' form in Drupal

I need to change the layout of the Search Block in Drupal. 我需要在Drupal中更改搜索块的布局。 It's currently ordered 目前已订购

Search Button > 'Search this site' > Search Input 搜索按钮>“搜索此站点”>搜索输入

but the designs I have want it to be 但是我想要的设计

Search Input > 'Search this site' > Search Button 搜索输入>“搜索此站点”>搜索按钮

How do I go around changing the order in Drupal? 我该如何在Drupal中更改订单? I can change the search-block-form.tpl.php so the submit button is at the end but the 'Search this site' always appears before the input and I would like it after. 我可以更改search-block-form.tpl.php以使“提交”按钮位于末尾,但“搜索此站点”始终显示在输入之前,而我希望在输入之后。

I hope that makes sense. 我希望这是有道理的。 I can also do it using CSS but I'd prefer to use Drupal? 我也可以使用CSS来做,但是我更喜欢使用Drupal?

Many thanks in advance 提前谢谢了

You can use one of the following two theme preprocessing functions to do that. 您可以使用以下两个主题预处理功能之一来执行此操作。 The one to use depends on if you're using the search block or just embedding the search form into your .tpl.php 使用哪种取决于您是使用搜索块还是只是将搜索表单嵌入到.tpl.php中

http://api.drupal.org/api/function/template_preprocess_search_block_form/6 http://api.drupal.org/api/function/template_preprocess_search_theme_form/6 http://api.drupal.org/api/function/template_preprocess_search_block_form/6 http://api.drupal.org/api/function/template_preprocess_search_theme_form/6

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM