Changeset 1290616
- Timestamp:
- 11/20/2015 10:49:36 AM (10 years ago)
- Location:
- rajce/trunk
- Files:
-
- 4 edited
-
WPFW/Forms/Form.php (modified) (2 diffs)
-
includes/rajce_widget.php (modified) (1 diff)
-
rajce.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rajce/trunk/WPFW/Forms/Form.php
r1073525 r1290616 88 88 public function __toString() 89 89 { 90 $s = " <form action=\"" . esc_url( $_SERVER['REQUEST_URI'] ) . "\" method=\"post\">";90 $s = ""; 91 91 92 92 foreach( $this->getGroups() as $group ) … … 105 105 $s .= $control->getControl(); 106 106 } 107 $s .= "</form>";107 //$s .= "</form>"; 108 108 109 109 return $s; -
rajce/trunk/includes/rajce_widget.php
r1073525 r1290616 120 120 $form = new Form(); 121 121 $form->addGroup('Povinné Informace o galerii'); 122 $form->addText( $this->get_field_id( "rajce_title" ), $this->get_field_name( "rajce_title" ), "Titulek boxu:" )->setValue( $rajce_title );123 $form->addText( $this->get_field_id( "rajce_url" ), $this->get_field_name( "rajce_url" ), " Adresa galerie:" )->setValue( $rajce_url );122 $form->addText( $this->get_field_id( "rajce_title" ), $this->get_field_name( "rajce_title" ), "Titulek widgetu:" )->setValue( $rajce_title ); 123 $form->addText( $this->get_field_id( "rajce_url" ), $this->get_field_name( "rajce_url" ), "URL adresa galerie:" )->setValue( $rajce_url ); 124 124 $form->addText( $this->get_field_id( "rajce_count_gallery" ), $this->get_field_name( "rajce_count_gallery" ), "Počet alb:" )->setValue( $rajce_count_gallery ); 125 125 $form->addGroup('Volitelné funkce'); -
rajce/trunk/rajce.php
r1073525 r1290616 5 5 * Plugin URI: http://www.venca-x.cz 6 6 * Description: Plugin pro zobrazení galerií z http://www.rajce.idnes.cz 7 * Version: 0.0. 17 * Version: 0.0.2 8 8 * Author: vEnCa-X 9 9 * Author URI: http://www.venca-x.cz -
rajce/trunk/readme.txt
r1215848 r1290616 1 === rajce ===1 === rajce === 2 2 Contributors: vEnCa-X 3 3 Donate link: http://www.venca-x.cz 4 4 Tags: Rajče, fotogalerie 5 5 Requires at least: 4.0 6 Tested up to: 4. 36 Tested up to: 4.4 7 7 Stable tag: /trunk/ 8 8 License: GPLv2 or later … … 38 38 * First version 39 39 40 = 0.2 = 41 * Fix saving widget 42 40 43 41 44 == Upgrade notice ==
Note: See TracChangeset
for help on using the changeset viewer.