Subversion-Projekte lars-tiefland.ci

Revision

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

Revision 1061 Revision 1062
Zeile 58... Zeile 58...
58
		$nav_pos = array(
58
		$nav_pos = array(
59
			"oben" => "oben",
59
			"oben" => "oben",
60
			"links" => "links",
60
			"links" => "links",
61
			);
61
			);
62
		$this->smarty->assign("nav_pos", $nav_pos);
62
		$this->smarty->assign("nav_pos", $nav_pos);
-
 
63
		if (!$this->input->post('ID'))
-
 
64
		{
63
		$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
65
			$this->smarty->assign("nav_pos_sel", $nav_pos_sel);
64
		$this->smarty->assign('user', $user);
66
			$this->smarty->assign('user', $user);
-
 
67
		}
65
		$this->smarty->view('user_edit.tpl');
68
		$this->smarty->view('user_edit.tpl');
66
	}
69
	}
Zeile 67... Zeile 70...
67
 
70
 
68
	public function save()
71
	public function save()