Changeset 1998776
- Timestamp:
- 12/20/2018 12:31:53 PM (7 years ago)
- Location:
- food-restaurant-order-and-contact-by-whatsapp/trunk
- Files:
-
- 2 edited
-
food-order.php (modified) (6 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
food-restaurant-order-and-contact-by-whatsapp/trunk/food-order.php
r1985889 r1998776 8 8 * Author: Mercado Binário 9 9 * Author URI: criacaode.site 10 * Version: 2. 010 * Version: 2.1 11 11 * License: GPL-2.0+ 12 12 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 125 125 126 126 public function cardapio($atts){ 127 127 echo "<form method='post' name='form1' action=''>"; 128 128 ?> 129 129 … … 175 175 <div class='wpb_wrapper'> 176 176 <div class='wpb_text_column wpb_content_element'><div class='wpb_wrapper'> 177 <form method='post' name='form1' action=''>178 <h3>". __(' Size', 'food-order')."</h3>177 178 <h3>". __('Tamanho', 'food-order')."</h3> 179 179 <select name='tamanho' required> 180 <option value=''>". __('Selec t an option', 'food-order')."</option>";180 <option value=''>". __('Selecione uma opção', 'food-order')."</option>"; 181 181 foreach ( $the_query2 as $post ){ 182 182 echo "<option value='$post->post_title'>$post->post_title</option>"; … … 233 233 234 234 if($order == "cardapio"){ 235 echo "<br ><input type='hidden' name='ok' value='ok' /><input type='submit' value='". __(' Send by WhatsApp', 'food-order')."' /></form>";235 echo "<br ><input type='hidden' name='ok' value='ok' /><input type='submit' value='". __('Enviar por WhatsApp', 'food-order')."' />"; 236 236 } 237 237 … … 239 239 _e('There is no menus added!', 'food-order'); 240 240 } 241 241 echo "</form>"; 242 242 } 243 243 … … 338 338 register_activation_hook(__FILE__,'food_order::activate'); 339 339 340 -
food-restaurant-order-and-contact-by-whatsapp/trunk/readme.txt
r1985889 r1998776 4 4 Requires at least: 3.6 5 5 Tested up to: 4.9 6 Stable tag: 2. 06 Stable tag: 2.1 7 7 License: free 8 8
Note: See TracChangeset
for help on using the changeset viewer.