Subversion-Projekte lars-tiefland.ci

Revision

Revision 1454 | Revision 1456 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 1454 Revision 1455
Zeile 8... Zeile 8...
8
 * @copyright Lars Tiefland
8
 * @copyright Lars Tiefland
9
 * @version 2016
9
 * @version 2016
10
 * @access public
10
 * @access public
11
 */
11
 */
Zeile 12... Zeile 12...
12
 
12
 
Zeile 13... Zeile 13...
13
//$Id: Order.php 1454 2016-11-12 23:27:13Z lars $
13
//$Id: Order.php 1455 2016-11-12 23:31:22Z lars $
14
 
14
 
Zeile 15... Zeile 15...
15
class Order extends CI_Controller
15
class Order extends CI_Controller
Zeile 413... Zeile 413...
413
		$config['last_tag_close'] = ' ]';
413
		$config['last_tag_close'] = ' ]';
414
		$config['next_tag_open'] = ' [ ';
414
		$config['next_tag_open'] = ' [ ';
415
		$config['next_tag_close'] = ' ]';
415
		$config['next_tag_close'] = ' ]';
416
		$config['prev_tag_open'] = ' [ ';
416
		$config['prev_tag_open'] = ' [ ';
417
		$config['prev_tag_close'] = ' ]';
417
		$config['prev_tag_close'] = ' ]';
-
 
418
		$config['last_link'] = 'Letzte ›';
-
 
419
		$config['first_link'] = '‹ Erste';
418
		$this->pagination->initialize($config);
420
		$this->pagination->initialize($config);
419
		$this->smarty->assign('pagination', $this->pagination->create_links());
421
		$this->smarty->assign('pagination', $this->pagination->create_links());
420
		$this->smarty->assign('anz', $anz);
422
		$this->smarty->assign('anz', $anz);
421
		$this->smarty->assign('anker', $anker);
423
		$this->smarty->assign('anker', $anker);
422
		$this->smarty->assign('orders', $orders);
424
		$this->smarty->assign('orders', $orders);