Gov’t refers draft amendments to Constitution to Lower House

Gov’t refers draft amendments to Constitution to Lower House

AMMAN — State Minister for Media Affairs Faisal Shboul on Sunday announced that the government referred the 2021 draft amendments of the Constitution and the draft election law to the Lower House, as well as the draft law on political parties to the Lower House in line with the constitutional procedures of approval, the Jordan News Agency, Petra, reported.

Shboul said that the amendments referred on Sunday were proposed by the Royal Committee to Modernise the Political System, as well as the government.

In implementation of the Royal directives affirming the adoption of the Royal committee’s work and presenting them to Parliament, the Cabinet referred the proposals without any interventions or attempts to change them, Shboul said.

Shboul added that the new legislation marks the beginning of a new phase of political modernisation that coincides with Jordan’s second centenary.

The new draft laws will bring fundamental changes to the electoral system based on encouraging partisan work, he said. He also pointed out that the government is preparing programmes to develop the governmental administration, as part of the administrative reform plan, which comes in parallel with economic reforms.

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;} #widget_1623 .opinions-title a{font-size:32px;}
.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });