/[smecontribs]/rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-Alter-menu-category-for-new-arrangement.patch
ViewVC logotype

Annotation of /rpms/smeserver-webhosting/contribs10/smeserver-webhosting-0.0.9-Alter-menu-category-for-new-arrangement.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (hide annotations) (download)
Fri Mar 1 11:21:02 2024 UTC (2 months, 1 week ago) by brianr
Branch: MAIN
CVS Tags: smeserver-webhosting-0_0_9-18_el7_sme, HEAD
* Fri Mar 01 2024 Brian Read <brianr@koozali.org> 0.0.9-18.sme
- Edit Menu entry to conform to new arrangements [SME: 12493]

1 brianr 1.1 diff -urN smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm
2     --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2024-03-01 10:25:55.733840835 +0000
3     +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/lib/SrvMngr/Controller/Webhosting.pm 2024-03-01 11:05:02.388917439 +0000
4     @@ -1,9 +1,9 @@
5     package SrvMngr::Controller::Webhosting;
6    
7     #----------------------------------------------------------------------
8     -# heading : Collaboration
9     +# heading : Network
10     # description : Webhosting
11     -# navigation : 2000 2500
12     +# navigation : 6000 150
13     #
14     # name : webhosting, method : get, url : /webhosting, ctlact : webhosting#main
15     # name : webhostingu, method : post, url : /webhosting, ctlact : webhosting#do_action
16     diff -urN smeserver-webhosting-0.0.9.old/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep smeserver-webhosting-0.0.9/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep
17     --- smeserver-webhosting-0.0.9.old/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep 2024-03-01 10:25:55.715840298 +0000
18     +++ smeserver-webhosting-0.0.9/root/usr/share/smanager/themes/default/templates/partials/_wh_list.html.ep 2024-03-01 10:36:47.079258594 +0000
19     @@ -9,7 +9,7 @@
20     % if ($numIbays == 0){
21     %=l 'wh_NO_IBAYS'
22     % } else {
23     - <table class="sme-border"><tbody>
24     + <table class="sme-border TableSort"><thead>
25     <tr>
26     <th class='sme-border'>
27     %=l 'NAME'
28     @@ -21,6 +21,7 @@
29     %=l 'ACTION'
30     </th>
31     </tr>
32     + </thead><tbody>
33     % foreach my $ibay (@$ibays)
34     % {
35     % my $modifiable = $ibay->prop('Modifiable') || 'yes';

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed