diff --git a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl index accaceab..97dd578a 100644 --- a/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl +++ b/public/templates/bootstrap/dashboard/overview/_with_price_graph.tpl @@ -1,103 +1,102 @@
-
- -
-
-
-

My Hashrate

-
- {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} -
- -
-
-
+
+ +
+
+
+

My Hashrate

+
+ {$GLOBAL.userdata.hashrate|number_format:"2"} {$GLOBAL.hashunits.personal} +
+ +
+
+
-
- -
-
-
-

Pool Hashrate

-
-
- {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool} -
- -
-
+
+ +
+
+
+

Pool Hashrate

+
+ {$GLOBAL.hashrate|number_format:"2"} {$GLOBAL.hashunits.pool} +
+ +
+
+
-
- -
-
-
-

My Sharerate

-
-
- {$GLOBAL.userdata.sharerate|number_format:"2"} S/s -
- -
-
+
+ +
+
+
+

My Sharerate

+
+ {$GLOBAL.userdata.sharerate|number_format:"2"} S/s +
+ +
+
+
-
- -
-
-
-

Pool Workers

-
-
- {$GLOBAL.workers} -
- -
-
+
+ +
+
+
+

Pool Workers

+
+ {$GLOBAL.workers} +
+ +
+
+
-
- -
-
-
-

Net Hashrate

-
-
- {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} -
- -
-
+
+ +
+
+
+

Net Hashrate

+
+ {$GLOBAL.nethashrate|number_format:"2"} {$GLOBAL.hashunits.network} +
+ +
+
+
-
- -
-
-
-

{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}

-
-
- {$GLOBAL.price|default:"0"|number_format:"8"} -
- -
-
+
+ +
+
+
+

{$GLOBAL.config.currency}/{$GLOBAL.config.price.currency}

+
+ {$GLOBAL.price|default:"0"|number_format:"8"} +
+ +
+
+
- diff --git a/public/templates/bootstrap/dashboard/round_statistics/pplns/default.tpl b/public/templates/bootstrap/dashboard/round_statistics/pplns/default.tpl index aae9fb2c..d5c4927a 100644 --- a/public/templates/bootstrap/dashboard/round_statistics/pplns/default.tpl +++ b/public/templates/bootstrap/dashboard/round_statistics/pplns/default.tpl @@ -1,22 +1,22 @@ -
-
-
-

- Round Information -

-
-{assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system} -{include file="dashboard/round_statistics/$PAYOUT_SYSTEM/round.tpl"} -
-
-
-
-
-

- Share Information -

-
-{assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system} -{include file="dashboard/round_statistics/$PAYOUT_SYSTEM/shares.tpl"} -
-
+
+
+
+

+ Round Information +

+
+ {assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system} + {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/round.tpl"} +
+
+
+
+
+

+ Share Information +

+
+ {assign var=PAYOUT_SYSTEM value=$GLOBAL.config.payout_system} + {include file="dashboard/round_statistics/$PAYOUT_SYSTEM/shares.tpl"} +
+