Skip to content

Commit

Permalink
Merge pull request #656 from OpenSPP/640-openspp-modules
Browse files Browse the repository at this point in the history
[FIX] Change button names
  • Loading branch information
shashikala1998 authored Nov 11, 2024
2 parents 0501c8e + af96612 commit cf7a6b8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions spp_programs/views/cycle_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
/>
</xpath>

<xpath expr="//button[@name='copy_beneficiaries_from_program']" position="attributes">
<attribute name="string">Copy New Beneficiaries from Program</attribute>
<attribute name="title">Copy New Beneficiaries from Program</attribute>
</xpath>
<xpath expr="//button[@name='open_payments_form']" position="attributes">
<attribute name="icon">fa-file-text-o</attribute>
</xpath>
Expand Down
5 changes: 3 additions & 2 deletions spp_programs/views/programs_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,14 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
<button
name="import_eligible_registrants"
type="object"
string="Import Eligible Registrants"
string="Import New Eligible Registrants"
icon="fa-download"
title="Import Eligible Registrants"
title="Import New Eligible Registrants"
class="btn-primary"
invisible="state != 'active'"
/>
</xpath>

<xpath expr="//button[@name='enroll_eligible_registrants']" position="attributes">
<attribute
name="groups"
Expand Down

0 comments on commit cf7a6b8

Please sign in to comment.