]> git.mxchange.org Git - jfinancials-war.git/commitdiff
should be "all_users"
authorRoland Häder <roland@mxchange.org>
Wed, 1 Jun 2016 07:40:01 +0000 (09:40 +0200)
committerRoland Haeder <roland@mxchange.org>
Wed, 1 Jun 2016 18:54:51 +0000 (20:54 +0200)
web/admin/user/admin_user_export.xhtml

index 4938f98a3021181fe93d3ebe597601bc44eb135b..26e95343a9261a58e32a910ffd5f611aff4aebc9 100644 (file)
 
                                        <div class="table_footer">
                                                <h:commandButton styleClass="submit" type="submit" id="export_users_xls" value="#{msg.BUTTON_ADMIN_EXPORT_USERS_XLS}">
-                                                       <p:dataExporter type="xls" target="table_export_users" fileName="admin_users" />
+                                                       <p:dataExporter type="xls" target="table_export_users" fileName="all_users" />
                                                </h:commandButton>
                                        </div>
                                </div>