
[ad_1]

Minister of Justice Andrea Katic Discussed current issues related to Roma issues with the Minister of the Interior Boshjan PoklukaRepresentatives of the police and the state attorney general were also invited to attend the meeting Katharina Bergert. “I will conclude with the following: preventive action by all institutions in kindergartens, schools, society, local and state level, activities in society as a whole, socialization and, ultimately, justice,” the attorney general said in a statement following the informal meeting.
Tarča airs tonight at 8pm on TV SLO 1
As she said, at the meeting they received a series of initiatives from the Ministry of the Interior to amend the legislation, but for the Ministry of Justice, none of these initiatives were new. “We have taken all these initiatives in a working group that also includes representatives of the Ministry of Interior, the police and, of course, the prosecution, the judiciary and all other authorities,” She explained and added that appropriate legislation will also be enacted in light of these initiatives.
The minister reminded that they plan to revise criminal legislation – the Criminal Code and the Code of Criminal Procedure – in the autumn and continue to develop laws concerning juvenile offenders in accordance with the recommendations of the European Commission. “We have other laws in the works — more sweeping amendments to misdemeanor laws, property forfeiture laws, and so on. All of these laws were prepared before the recent events that have received the most public attention. ” Katic emphasized.
At the same time, she added that other authorities have also taken various measures and activities in recent years, and she called on other authorities to introduce their activities so that the public can become familiar with them. “There is no tomorrow, but they have taken steps in the field in the current latest events we are facing,” She said.
The Interior Minister is pleased with the meeting: “We are looking for joint solutions”
After the meeting, the interior minister told Slovenian television that he had a meeting “Very satisfied”. “He is very constructive and we are looking for common solutions, how to deal with it – whether the existing legislation works. If it doesn’t work, of course a solution must be found, which involves a lot of professional issues,” He said.
“I am very pleased that the Ministry of Justice has initiated legal solutions in the areas of juvenile delinquency, juvenile crime, treatment of young people, and of course we will make a constructive contribution here as well,” Pokluka said.
“Everyone has the right to say what they expect from all of us to do our jobs well”
In a statement to the media after the meeting, the Minister of Justice also responded to comments made by Interior Minister Bošjan Poklucar on Roma issues last Thursday following a police visit to Ribnica He said the biggest problem is not the police, but the judicial department. “The offenders, not only the Roma, can only laugh at the police and all of us after the police procedures are completed, because no further procedures have been carried out at that time,” In a press statement issued last week following a meeting with Mayor Risnick, he was direct minister.
"I believe the police will catch the criminals from the environment," He highlighted and referred to the judicial branch of government, where the question arises on how to expedite court proceedings and sanctions. “This is a matter for the judicial branch of government, which is an independent branch of government,” Pokluka said in Ribnica.
“I would personally reject what was attempted to be put on public display because the Home Secretary said the criticism was about inaction or failure to successfully deal with current judicial issues. He said he values the independence of the police, prosecutors and the judiciary,” the attorney general said. “Everyone has the right to express their opinions and what they expect from all of us is that everyone does their job and I believe we are all working towards that goal,” She emphasized.
// Production steps of ECMA-262, Edition 6, 22.1.2.1 Array.from||(Array.from=function(){var r;try{r=Symbol.iterator?Symbol.iterator:"Symbol(Symbol.iterator)"}catch //IE11 polyfill if (!String.prototype.includes) { String.prototype.includes = function() { 'use strict'; return String.prototype.indexOf.apply(this, arguments) !== -1; }; }
// Cookie helper var cookieHelper = { getCookie: function(name) { var value = "; " + document.cookie; var parts = value.split("; " + name + "="); if (parts.length == 2) return parts.pop().split(";").shift(); },
setCookie: function(name, value, days) { var d = new Date; d.setTime(d.getTime() + 24*60*60*1000*days); document.cookie = name + "=" + value + ";domain=.rtvslo.si;path=/;expires=" + d.toGMTString() + ";secure;"; },
deleteCookie: function(name) { cookieHelper.setCookie(name, '', -1); },
cookieExist: function(cookieName) { if (document.cookie.split(';').filter(function(item) { return item.includes(cookieName + '=') }).length) { //console.log('Cookie founded!'); return true; } return false; } }; // END: Cookie helper
// iProm
(function(a,g,b,c){ a(c)=a(c)||function(){
"undefined"===typeof a.ipromNS?(a(c).q=a(c).q||()).push(arguments):a.ipromNS.execute(arguments)};
var k=function(){ var b=g.getElementsByTagName("script")(0);return function h(f){ var e=f.shift();a(c)("setConfig",{ server:e});
var d=document.createElement("script");0
var $sid = 'slovenija'; var $ssid = 'slovenija'; if($sid == ''){ $sid = 'default'; } if(cookieConsent == false){ $sid = 'safe'; $ssid = ''; }
_ipromNS('init', { sitePath: ('rtvslo',$sid,$ssid), cookieConsent: cookieConsent }); // END: iProm
// Dark mode, Comments & Login if (( document.cookie.indexOf('darkModeEnabled=true') != -1 ) || ( document.cookie.indexOf('darkModeEnabled') == -1 && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches )) { document.body.classList.add('dark-mode'); }
if (document.cookie.indexOf('showComments=true') != -1) document.body.classList.add('show-comments-enabled'); if (document.cookie.indexOf('APISESSION_USER_ID') != -1) { document.body.classList.add('user-logged-in'); // ADVANCED USERS if (document.cookie.indexOf('APISESSION_USER_NL') != -1) { cookieHelper.getCookie('APISESSION_USER_NL').split('-').forEach(function(item) { if(item == '15') document.body.classList.add('advanced-user'); }); } } else { document.body.classList.add('user-logged-out'); }
// Mobile check var mobile = false; var mobile_xs = false;
var checkIfMobile = function checkIfMobile() { var w = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
w < 992 ? (mobile = true) : (mobile = false); // 992px = lg breakpoint w < 576 ? (mobile_xs = true) : (mobile_xs = false); // 576px = sm breakpoint }; checkIfMobile(); window.addEventListener("resize", checkIfMobile); // iOS standalone var isIos = function isIos() { var userAgent = window.navigator.userAgent.toLowerCase(); return /iphone|ipad|ipod/.test(userAgent); }; // Detects if device is on iOS var isInStandaloneMode = function isInStandaloneMode() { return "standalone" in window.navigator && window.navigator.standalone; }; // Detects if device is in iOS standalone mode var showIosNative = false; if (window.location.href.indexOf("show-ios-native") !== -1) document.cookie = "showIosNative=true"; if (document.cookie && document.cookie.indexOf("showIosNative=true") != -1) showIosNative = true; if ((isIos() && isInStandaloneMode() && mobile) || showIosNative) document.body.classList.add("ios-standalone"); // Facebook if(document.cookie && document.cookie.indexOf("cc_social=yes") > -1){ (function(d, s, id) { var js, fjs = d.getElementsByTagName(s)(0); if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src="https://connect.facebook.net/sl_SI/sdk.js#xfbml=1&autoLogAppEvents=1&version=v3.1&appId=142347525793254"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); }
//EBU Pilot window.getEbuConsent = function() { var ebuConsent = false; if(document.cookie && document.cookie.indexOf("cc_social=yes") >-1){ ebuConsent = true; } return ebuConsent; }
function scrollToLiveItemInArticle()
{
let liveItem = document.getElementById('mmczivoinjectV2');
if (!liveItem) {
for (let i = 0; i <= 3; i++) {
let element="rtv4dplayer_live_" + i;
liveItem = document.getElementById(element);
if (liveItem) break;
}
}
if (liveItem) {
liveItem.scrollIntoView({behavior: "smooth", block: "center", inline: "nearest"});
}
}
[ad_2]
Source link