From edwin.hubner at gmail.com Mon Sep 17 13:35:48 2018 From: edwin.hubner at gmail.com (=?UTF-8?Q?Edwin_H=C3=BCbner?=) Date: Mon, 17 Sep 2018 08:35:48 -0300 Subject: [Isis-users] Ajuda - Help Message-ID: ( See in English below) Como posso alterar, no menu do registro do ABCD, a posição do botão "Copiar este registros para o final da base de dados" ao lado do botão "Editar registro". Algumas pessoas estão clicando por engano em "Copiar este registro ..." em vez de "Editar registro" e assim o registro é duplicado. Obrigado Edwin ____________________ Google Tradutor How can I change,in ABCD dataentry screen, the position of the "Copy this records to the end of the database" button next to the "Edit record" button in the record menu. Some people are mistakenly clicking on "Copy this record ..." instead of "Edit record" and so the record is duplicated Thanks, Edwin Hübner (5521)99647-1675 -------------- Próxima Parte ---------- Um anexo em HTML foi limpo... URL: From egbert.desmet at uantwerpen.be Mon Sep 17 14:13:25 2018 From: egbert.desmet at uantwerpen.be (De Smet Egbert) Date: Mon, 17 Sep 2018 12:13:25 +0000 Subject: [Isis-users] Ajuda - Help In-Reply-To: References: Message-ID: Hi, that icon is created by the code in htdocs/central/dataentry/toolbar_record.php, lines 110 : if (isset($_SESSION["permiso"]["CENTRAL_CREC"]) or isset($_SESSION["permiso"][$db."_CENTRAL_CREC"]) or isset($_SESSION["permiso"]["CENTRAL_ALL"]) or isset($_SESSION["permiso"][$db."_CENTRAL_ALL"])) { echo "  \"".$msgstr["m_copyrec"]."\"  \n"; } As you will see this code now follows immediately the code for the 'edit record' button (line 102 and following). So you could move that code on line 110 to e.g. line 119, to follow the icon about record-validation. Egbert de Smet Universiteit Antwerpen ________________________________ From: isis-users on behalf of Edwin Hübner Sent: Monday, September 17, 2018 1:35 PM To: isis-users Subject: [Isis-users] Ajuda - Help ( See in English below) Como posso alterar, no menu do registro do ABCD, a posição do botão "Copiar este registros para o final da base de dados" ao lado do botão "Editar registro". Algumas pessoas estão clicando por engano em "Copiar este registro ..." em vez de "Editar registro" e assim o registro é duplicado. Obrigado Edwin ____________________ Google Tradutor How can I change,in ABCD dataentry screen, the position of the "Copy this records to the end of the database" button next to the "Edit record" button in the record menu. Some people are mistakenly clicking on "Copy this record ..." instead of "Edit record" and so the record is duplicated Thanks, Edwin Hübner (5521)99647-1675 -------------- next part -------------- An HTML attachment was scrubbed... URL: From edwin.hubner at gmail.com Tue Sep 18 11:41:21 2018 From: edwin.hubner at gmail.com (=?UTF-8?Q?Edwin_H=C3=BCbner?=) Date: Tue, 18 Sep 2018 06:41:21 -0300 Subject: [Isis-users] Ajuda - Help In-Reply-To: References: Message-ID: Google Tradutor Thank you Egbert, I got it. I've placed the "Copy this record ..." icon right after the "Z39.50" icon Regards Edwin Hübner (5521)99647-1675 Em seg, 17 de set de 2018 às 09:13, De Smet Egbert < egbert.desmet at uantwerpen.be> escreveu: > Hi, > > > that icon is created by the code in > htdocs/central/dataentry/toolbar_record.php, lines 110 : > > if (isset($_SESSION["permiso"]["CENTRAL_CREC"]) or > isset($_SESSION["permiso"][$db."_CENTRAL_CREC"]) or > isset($_SESSION["permiso"]["CENTRAL_ALL"]) or > isset($_SESSION["permiso"][$db."_CENTRAL_ALL"])) { > echo "   href=\"javascript:top.Menu('dup_record')\" > title=\"".$msgstr["m_copyrec"]."\"> alt=\"".$msgstr["m_copyrec"]."\" style=\"border:0;\">  \n"; > } > As you will see this code now follows immediately the code for the 'edit > record' button (line 102 and following). > So you could move that code on line 110 to e.g. line 119, to follow the > icon about record-validation. > > > Egbert de Smet > Universiteit Antwerpen > > > ------------------------------ > *From:* isis-users > on behalf of Edwin Hübner > *Sent:* Monday, September 17, 2018 1:35 PM > *To:* isis-users > *Subject:* [Isis-users] Ajuda - Help > > ( See in English below) > Como posso alterar, no menu do registro do ABCD, a posição do botão > "Copiar este registros para o final da base de dados" ao lado do botão > "Editar registro". Algumas pessoas estão clicando por engano em "Copiar > este registro ..." em vez de "Editar registro" e assim o registro é > duplicado. > Obrigado > Edwin > ____________________ > Google Tradutor > How can I change,in ABCD dataentry screen, the position of the "Copy this > records to the end of the database" button next to the "Edit record" button > in the record menu. Some people are mistakenly clicking on "Copy this > record ..." instead of "Edit record" and so the record is duplicated > Thanks, > Edwin Hübner > (5521)99647-1675 > -------------- Próxima Parte ---------- Um anexo em HTML foi limpo... URL: From dbiset at yahoo.com Fri Sep 21 19:27:56 2018 From: dbiset at yahoo.com (daniel biset) Date: Fri, 21 Sep 2018 17:27:56 +0000 (UTC) Subject: [Isis-users] =?utf-8?q?=C2=BFOpci=C3=B3n=3F_en_Prestar_-_ABCD?= References: <642917456.458267.1537550876946.ref@mail.yahoo.com> Message-ID: <642917456.458267.1537550876946@mail.yahoo.com> Estimados/as:Abriendo el código fuente en "Prestar" (/central/circulation/prestar.php?encabezado=s, ABCD 1.5.1), me encontré con una línea que, creo, me resultaría de gran utilidad: