Skip to content

Commit

Permalink
[FIX] spp_programs: Rename buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
shashikala1998 committed Nov 5, 2024
1 parent 8503cfe commit 139d65e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions spp_programs/views/cycle_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ Part of OpenSPP. See LICENSE file for full copyright and licensing details.
invisible="state != 'draft' or inkind_entitlements_count == 0"
/>
</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>
</field>
</record>

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 139d65e

Please sign in to comment.