// Context part 5
This commit is contained in:
@@ -216,7 +216,7 @@ class AdminCountries extends AdminTab
|
||||
}
|
||||
|
||||
</script>
|
||||
<form action="'.$currentIndex.'&submitAdd'.$this->table.'=1&token='.$this->token.'" method="post">
|
||||
<form action="'.self::$currentIndex.'&submitAdd'.$this->table.'=1&token='.$this->token.'" method="post">
|
||||
'.($obj->id ? '<input type="hidden" name="id_'.$this->table.'" value="'.$obj->id.'" />' : '').'
|
||||
<fieldset><legend><img src="../img/admin/world.gif" />'.$this->l('Countries').'</legend>
|
||||
<label>'.$this->l('Country:').' </label>
|
||||
|
||||
Reference in New Issue
Block a user